We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25da4d commit 94d0a8aCopy full SHA for 94d0a8a
1 file changed
.github/workflows/ci.yml
@@ -11,11 +11,11 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
cancel-in-progress: true
13
14
-permissions: write-all
15
-
16
jobs:
17
depandabot-modify-changelog:
18
if: ${{ github.actor == 'dependabot[bot]' }}
+ permissions:
+ contents: write
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v3
0 commit comments