Skip to content

Commit

Permalink
gha job id-token: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Sep 30, 2024
1 parent 7e9c734 commit 6e764fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build-test-release:
runs-on: windows-latest
permissions: write-all
permissions:
id-token: write

steps:
- name: Checkout code
Expand Down

0 comments on commit 6e764fd

Please sign in to comment.