Skip to content

Commit

Permalink
Fix gh action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mijndert committed Mar 22, 2024
1 parent bd000c6 commit 5bf1e98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
push:
branches: ['main']

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

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5bf1e98

Please sign in to comment.