Skip to content

Commit

Permalink
docs(README): use read only for actions permission (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
spg authored Sep 1, 2022
1 parent 87839d6 commit 837dc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: My Job
permissions:
contents: 'read'
actions: 'write'
actions: 'read'
```

## Background
Expand Down

0 comments on commit 837dc32

Please sign in to comment.