Skip to content

Commit 832f47b

Browse files
committed
Fix client deployment
1 parent bf82c43 commit 832f47b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs: build
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57+
permissions:
58+
id-token: write
5759
steps:
5860
- uses: actions/checkout@v3
5961
- name: Set up Python 3.10

0 commit comments

Comments
 (0)