Skip to content

Commit 4bc9596

Browse files
authored
fix: add id-token write permission to ecr publish trigger (#220)
1 parent ff40d93 commit 4bc9596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-publish-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
trigger-ecr-publish:
7777
needs: [build, deploy]
7878
permissions:
79+
id-token: write
7980
contents: read
8081
uses: ./.github/workflows/ecr-publish-on-release.yml
8182
secrets: inherit

0 commit comments

Comments
 (0)