1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-08-14 09:20:51 +00:00
This commit is contained in:
Louis Bompart 2025-08-13 18:08:26 +02:00 committed by GitHub
commit 1f90af1faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,6 +308,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