Enforce permissions
This commit is contained in:
parent
c1e29cd124
commit
f8fb8faa3b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -12,6 +12,8 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Set up Ruby
|
||||
|
@ -28,4 +30,3 @@ jobs:
|
|||
git add -A
|
||||
git commit -m "Update plugin count" || exit 0
|
||||
git push
|
||||
|
||||
|
|
Loading…
Reference in a new issue