ok/jj
1
0
Fork 0
forked from mirrors/jj

github: give Clippy action full permissions

I've found it hard to figure out which actions need which
permissions. GitHub doesn't seem to even document what the permissions
mean. So let's just give Clippy full access.
This commit is contained in:
Martin von Zweigbergk 2022-03-16 20:08:28 -07:00 committed by Martin von Zweigbergk
parent af76631021
commit b5659ec680

View file

@ -54,8 +54,7 @@ jobs:
clippy-stable:
name: Clippy check (stable)
permissions:
pull-requests: write
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -72,8 +71,7 @@ jobs:
clippy-nightly:
name: Clippy check (nightly)
permissions:
pull-requests: write
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2