Skip to content

Commit fe62804

Browse files
committed
feat: add read permission for contents in release workflow
1 parent 5e748b6 commit fe62804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Release
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch: # This is a manual trigger
46
release:
@@ -11,7 +13,7 @@ jobs:
1113
fail-fast: false
1214
matrix:
1315
python-version: ["3.13"]
14-
poetry-version: ["2.1.3"]
16+
poetry-version: ["2.2.1"]
1517
os: [ubuntu-latest]
1618
runs-on: ${{ matrix.os }}
1719
steps:

0 commit comments

Comments
 (0)