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:
Bartosz Kaszubowski 2021-07-26 09:42:51 +02:00 committed by GitHub
parent eeb8da91cc
commit 0569c065bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2