mirror of
https://github.com/actions/checkout.git
synced 2025-04-27 14:03:11 +00:00
Merge fad8fd9f21fbc72b23b74e229a69aa4e5d256f73 into 85e6279cec87321a52edac9c87bce653a07cf6c2
This commit is contained in:
commit
52809b3109
@ -273,6 +273,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
|
||||
|
Loading…
Reference in New Issue
Block a user