We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6e5f4 commit 7555a9bCopy full SHA for 7555a9b
.github/workflows/release.yml
@@ -12,7 +12,7 @@ defaults:
12
run:
13
shell: bash
14
15
-permissions: none
+permissions: {}
16
17
# Cancel any in-flight jobs for the same PR/branch so there's only one active
18
# at a time
@@ -25,6 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
permissions:
27
contents: read
28
+ actions: write
29
strategy:
30
matrix:
31
include:
@@ -78,6 +79,7 @@ jobs:
78
79
80
id-token: write
81
82
+ actions: read
83
steps:
84
- uses: actions/checkout@v2
85
# Download all the artifacts that we'll be publishing. Should keep an eye on
0 commit comments