Skip to content

Commit e869313

Browse files
committed
fix: release permissions
1 parent dadbad7 commit e869313

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
matrix:
1919
PYTHON_VERSION: ["3.8"]
2020
timeout-minutes: 10
21+
permissions:
22+
contents: read
23+
actions: write
24+
id-token: write
2125
steps:
2226
- uses: actions/cache@v4
2327
with:

0 commit comments

Comments
 (0)