Skip to content

Commit

Permalink
configure permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 21, 2023
1 parent e34d806 commit bca198d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
permissions:
id-token: write
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +35,10 @@ jobs:
action:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
permissions:
id-token: write
contents: read
pull-requests: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bca198d

Please sign in to comment.