Skip to content

Commit ce0f433

Browse files
committed
ci: Allow github id token
1 parent 0aa7f9a commit ce0f433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
release:
77
runs-on: ubuntu-latest
8+
permissions:
9+
id-token: write
810
steps:
911
- uses: actions/checkout@v4
1012
- name: Set up Python

0 commit comments

Comments
 (0)