0
mirror of https://github.com/actions/checkout.git synced 2025-08-14 18:15:08 +00:00

Merge fad8fd9f21fbc72b23b74e229a69aa4e5d256f73 into ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

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