diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15dbed7..58ca839 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,6 +2,8 @@ name: Build and Deploy on: release: types: [published] +permissions: + contents: write jobs: build-and-deploy: runs-on: ubuntu-latest @@ -24,6 +26,5 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v4 with: - token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages folder: build