Skip to content

Commit c504d17

Browse files
committed
Fix trusted publisher permissions
1 parent 4978853 commit c504d17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
--outdir dist/
2929
secrets:
3030
PRIVATE_KEY:
31-
required: true
31+
required: false
3232

3333
jobs:
3434

.github/workflows/deploy-package-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Publish Python Wheel
1212
runs-on: ubuntu-latest
1313
environment: release
14+
permissions:
15+
id-token: write
1416
steps:
1517

1618
- name: Download Source Tarball Artifact

0 commit comments

Comments
 (0)