mirror of
https://github.com/actions/checkout.git
synced 2025-06-12 12:14:58 +00:00
Merge fad8fd9f21fbc72b23b74e229a69aa4e5d256f73 into 09d2acae674a48949e3602304ab46fd20ae0c42f
This commit is contained in:
commit
8b662ad33f
@ -291,6 +291,9 @@ jobs:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
on: push
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user