From a0b5d8c1fadbdb408023beb34c9a5fa1ebd69fcb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Mar 2024 22:13:20 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v4 --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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