Skip to content

Commit a66b1a5

Browse files
authored
fix: OIDC PyPi no longer requires id-token: write (#288)
1 parent 0001d80 commit a66b1a5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/sdk-publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ jobs:
179179
name: Publish Python SDK
180180
runs-on: ${{ ((startsWith(inputs.runs-on, '[') || startsWith(inputs.runs-on, '{') || startsWith(inputs.runs-on, '"')) && fromJSON(inputs.runs-on)) || inputs.runs-on }}
181181
needs: release
182-
permissions:
183-
id-token: write
184-
contents: read
185182
defaults:
186183
run:
187184
working-directory: ${{ needs.release.outputs.python_directory }}

.github/workflows/workflow-executor.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,6 @@ jobs:
311311
name: Publish Python SDK
312312
runs-on: ${{ ((startsWith(inputs.runs-on, '[') || startsWith(inputs.runs-on, '{') || startsWith(inputs.runs-on, '"')) && fromJSON(inputs.runs-on)) || inputs.runs-on }}
313313
needs: [run-workflow]
314-
permissions:
315-
id-token: write
316-
contents: read
317314
defaults:
318315
run:
319316
working-directory: ${{ needs.run-workflow.outputs.python_directory }}

0 commit comments

Comments
 (0)