Compare commits

...

2 Commits

Author SHA1 Message Date
Louis Bompart
bbaf275612
Merge fad8fd9f21fbc72b23b74e229a69aa4e5d256f73 into 11bd71901bbe5b1630ceea73d27597364c9af683 2024-10-28 09:49:36 -06:00
Louis Bompart
fad8fd9f21
docs(readme): add permissions in push example
A reminder about the required privilege to push would benefit the example of pushing with the built-in token IMHO.
2024-06-12 02:44:40 -04:00

View File

@ -272,6 +272,9 @@ jobs:
```yaml
on: push
# `contents:write` permission must be granted to the built-in token, see https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write #Require
jobs:
build:
runs-on: ubuntu-latest