Skip to content

Commit 4f65c7e

Browse files
authored
Merge: Add workflow permissions
2 parents c2dd164 + 9298106 commit 4f65c7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
concurrency:
1212
group: ${{ github.event_name }}_${{ github.ref_name }}
1313

14+
permissions:
15+
contents: read
16+
id-token: write
17+
1418
jobs:
1519
# Build and verify wheels
1620
build:

0 commit comments

Comments
 (0)