Add permissions to example yml files

This action requires the checks: write permission so I've added an example in the readme to save people from digging around to find the right permission
This commit is contained in:
Jay Turner 2023-09-21 10:01:34 +01:00 committed by GitHub
parent e9fa2f582c
commit ea0fb9188a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,10 @@ If that's fine for you, using this action is as simple as:
on:
pull_request:
push:
permissions:
contents: read
actions: read
checks: write
jobs:
build-test:
name: Build & Test
@ -86,6 +90,10 @@ on:
workflows: ['CI'] # runs after CI workflow
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
runs-on: ubuntu-latest