1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-11 16:43:48 +08:00
This commit is contained in:
Louis Bompart
2024-09-25 19:04:15 -04:00
committed by GitHub

View File

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