Skip to content

Commit 94d0a8a

Browse files
committed
modified ci pipeline (permissions)
1 parent d25da4d commit 94d0a8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
permissions: write-all
15-
1614
jobs:
1715
depandabot-modify-changelog:
1816
if: ${{ github.actor == 'dependabot[bot]' }}
17+
permissions:
18+
contents: write
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)