Skip to content

Commit 479590a

Browse files
authored
Add id-token write permission to release chart (#563)
*Issue #, if available:* *Description of changes:* Add id-token write permission to release chart Failing Helm chart release workflow: https://github.com/aws/secrets-store-csi-driver-provider-aws/actions/runs/21645181865 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent abef2ee commit 479590a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-chart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: "Release Helm Chart"
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
id-token: write
8+
69
jobs:
710
test:
811
uses: ./.github/workflows/go.yml

0 commit comments

Comments
 (0)