1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-17 17:24:00 +08:00
This commit is contained in:
Louis Bompart
2025-07-25 11:19:27 +02:00
committed by GitHub

View File

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