Skip to content

Commit dd7ccfd

Browse files
authored
Merge pull request #56 from mbergkvist/update-permission-example
2 parents 70c2c66 + d5ad8c5 commit dd7ccfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ on:
2626
# Run manually
2727
workflow_dispatch:
2828

29-
permissions: read-all
30-
3129
jobs:
3230
audit:
3331
runs-on: ubuntu-latest
3432
permissions:
33+
contents: read
3534
issues: write
3635
steps:
3736
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)