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 9a1a9ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
linux-build:
needs: rockspecs
runs-on: ubuntu-latest

permissions:
id-token: write
strategy:
fail-fast: false
matrix:
Expand All @@ -44,6 +45,8 @@ jobs:

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

0 comments on commit 9a1a9ba

Please sign in to comment.