We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cd110 commit 62a5cefCopy full SHA for 62a5cef
1 file changed
.github/workflows/python-sdk-publish.yml
@@ -6,7 +6,7 @@ on:
6
- "python-sdk-v*" # Trigger on tags like python-sdk-v0.1.0, python-sdk-v1.0.0
7
8
permissions:
9
- contents: write # For creating GitHub Releases
+ contents: read
10
11
jobs:
12
test:
@@ -43,6 +43,9 @@ jobs:
43
publish:
44
needs: test
45
runs-on: ubuntu-latest
46
+ permissions:
47
+ contents: write # For creating GitHub Releases
48
+ id-token: write # For PyPI trusted publishing
49
defaults:
50
run:
51
working-directory: packages/python-sdk
0 commit comments