Skip to content

Commit 7555a9b

Browse files
fix(ci): release flow permissions
1 parent cb6e5f4 commit 7555a9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212
run:
1313
shell: bash
1414

15-
permissions: none
15+
permissions: {}
1616

1717
# Cancel any in-flight jobs for the same PR/branch so there's only one active
1818
# at a time
@@ -25,6 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
permissions:
2727
contents: read
28+
actions: write
2829
strategy:
2930
matrix:
3031
include:
@@ -78,6 +79,7 @@ jobs:
7879
permissions:
7980
id-token: write
8081
contents: read
82+
actions: read
8183
steps:
8284
- uses: actions/checkout@v2
8385
# Download all the artifacts that we'll be publishing. Should keep an eye on

0 commit comments

Comments
 (0)