diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f161075..a8a4670 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: + actions: read contents: write pages: write id-token: write @@ -45,7 +46,7 @@ jobs: id: release uses: open-turo/actions-release/semantic-release@v4 with: - github-token: ${{ secrets.TURO_GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} extra-plugins: | @open-turo/semantic-release-config @@ -71,4 +72,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4