Skip to content

Commit

Permalink
chore(deps): update actions/deploy-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed Mar 19, 2024
1 parent 679e00f commit a0b5d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -71,4 +72,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit a0b5d8c

Please sign in to comment.