We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b88a9 commit 79672a6Copy full SHA for 79672a6
.github/workflows/autofix.yml
@@ -11,6 +11,9 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
cancel-in-progress: true
13
14
+permissions:
15
+ contents: write
16
+
17
jobs:
18
autofix:
19
runs-on: ubuntu-latest
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ concurrency:
8
9
10
+ contents: read
ci:
.github/workflows/pkg-pr-new.yml
publish:
0 commit comments