Skip to content

Commit

Permalink
fix: add permissions for deploy (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored May 17, 2024
1 parent 9873f50 commit df4d912
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ concurrency:
group: "pages"
cancel-in-progress: false

permissions:
id-token: write
contents: write
pages: write

jobs:
# Build job
build:
Expand Down

0 comments on commit df4d912

Please sign in to comment.