Skip to content

Commit

Permalink
Declare permissions for deploy in sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Sep 18, 2023
1 parent a5541ab commit d972f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
deploy:
name: Deploy site
needs: sync-from-reddit
permissions:
pages: write
id-token: write
uses: ./.github/workflows/deploy.yml

0 comments on commit d972f90

Please sign in to comment.