Enforce permissions

This commit is contained in:
Léo Colombaro 2022-02-20 15:22:52 +01:00 committed by GitHub
parent c1e29cd124
commit f8fb8faa3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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