Skip to content

Commit

Permalink
Merge pull request #263 from TurnrDev/patch-1
Browse files Browse the repository at this point in the history
Add permissions to example yml files
  • Loading branch information
j-catania committed Sep 22, 2023
2 parents ef9ec10 + ea0fb91 commit 62386e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 62386e9

Please sign in to comment.