Skip to content

Commit

Permalink
add id-token: write to example workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed May 23, 2024
1 parent 1d80367 commit 04a66f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

web-server-examples:
runs-on: ubuntu-latest
permissions:
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
plain-lua-examples:
runs-on: ubuntu-latest
permissions:
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 04a66f6

Please sign in to comment.