chore: fix the permission issue for dependabot (#286)
* attempt to fix the permission issue for dependabot * move permissions to the job scope
This commit is contained in:
parent
eeb8da91cc
commit
0569c065bc
2
.github/workflows/notice-yarn-changes.yml
vendored
2
.github/workflows/notice-yarn-changes.yml
vendored
@ -4,6 +4,8 @@ on: [pull_request]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user