Skip to content

Commit deb94f7

Browse files
committed
Update harden-runner: egress-policy to block and add id-token permission
1 parent 3e277ab commit deb94f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
if: needs.release-please.outputs.release_created == 'true'
3636
needs: release-please
3737
runs-on: ubuntu-latest
38+
permissions:
39+
id-token: write
40+
3841
steps:
3942
- name: Harden the runner
4043
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1

0 commit comments

Comments
 (0)