Skip to content

Commit af19348

Browse files
author
David Collom
committed
Allow for id-token permissions
1 parent ed698a7 commit af19348

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
2829
- name: Setup Golang
2930
uses: actions/setup-go@v5
3031
with:
@@ -118,6 +119,8 @@ jobs:
118119

119120
helm-release:
120121
runs-on: ubuntu-latest
122+
permissions:
123+
id-token: write
121124
steps:
122125
- name: Checkout code
123126
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -173,6 +176,8 @@ jobs:
173176
174177
docker-release:
175178
runs-on: ubuntu-latest
179+
permissions:
180+
id-token: write
176181
steps:
177182
- name: Checkout code
178183
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)