Skip to content

Commit

Permalink
fix(action): add OIDC token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajime-san committed Feb 26, 2024
1 parent 6202e96 commit a4a1b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read # need for checkout
id-token: write # The OIDC ID token is used for authentication with JSR.

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a4a1b0b

Please sign in to comment.