Skip to content

Commit

Permalink
fix: add permissions to GH_TOKEN for Pages deployment (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon authored Jul 18, 2023
1 parent ea1b1be commit c9dfef3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
pages: write
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit c9dfef3

Please sign in to comment.