Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Fix permissions documentation
Browse files Browse the repository at this point in the history
omus committed Nov 21, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent b59ddea commit 27254df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
# These permissions are needed to:
# - Use `job-context`: https://github.com/beacon-biosignals/job-context#permissions
permissions:
context: read
contents: read
runs-on: ubuntu-latest
strategy:
matrix:
@@ -46,7 +46,7 @@ The `job-context` action does not support any inputs.

## Permissions

The follow [job permissions](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) are required to run this action:
The following [job permissions](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) are required to run this action:

```yaml
permissions:

0 comments on commit 27254df

Please sign in to comment.