Skip to content

Commit 124972c

Browse files
committed
add write permission for oidc
1 parent dd618ae commit 124972c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
needs: [test]
7171
runs-on: ubuntu-latest
7272
if: contains(github.ref, 'tags')
73+
permissions:
74+
id-token: write
7375
steps:
7476
- uses: actions/checkout@v4
7577
- name: Set up Python

0 commit comments

Comments
 (0)