mirror of
https://github.com/actions/checkout.git
synced 2025-08-23 02:38:10 +03:00
Compare commits
2 commits
1f90af1faf
...
a4513d0f6a
Author | SHA1 | Date | |
---|---|---|---|
|
a4513d0f6a | ||
|
fad8fd9f21 |
1 changed files with 3 additions and 0 deletions
|
@ -303,6 +303,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…
Add table
Reference in a new issue