mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 01:00:16 +03:00
Compare commits
2 commits
52809b3109
...
ec16978535
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ec16978535 | ||
![]() |
fad8fd9f21 |
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,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…
Reference in a new issue