Skip to content

Commit bd0c88b

Browse files
committed
[ci] add missing token perms
1 parent 96d849c commit bd0c88b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
jobs:
1313
release-build:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
17+
contents: read
1518
steps:
1619
- name: Checkout Repository
1720
uses: actions/checkout@v5

0 commit comments

Comments
 (0)