Skip to content

Commit

Permalink
Grant id-token write persmission
Browse files Browse the repository at this point in the history
  • Loading branch information
luckrnx09 committed Jun 24, 2024
1 parent d5f3f71 commit 46c847d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node: [18, 20, 22]
permissions:
contents: read
id-token: write
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -28,6 +25,9 @@ jobs:
publish:
if: startsWith(github.ref, 'refs/tags')
needs: build
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 46c847d

Please sign in to comment.