Skip to content

Commit

Permalink
Fixing deploy workflow OIDC auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Jun 12, 2024
1 parent 07f1ab0 commit 6c3aec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- public-zola

permissions:
id-token: write
contents: read

concurrency:
group: site-build-${{ github.ref_name }}
cancel-in-progress: true
Expand Down

0 comments on commit 6c3aec5

Please sign in to comment.