Skip to content

Commit

Permalink
docs(README): use read only for actions permission (nrwl#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
spg authored and LayZeeDK committed Sep 1, 2022
1 parent 87839d6 commit 7a454d0
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 7a454d0

Please sign in to comment.