mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 18:59:19 +08:00
Workflow permissions
This commit is contained in:
parent
f9f3c9c421
commit
1ceb6d2b77
4
.github/workflows/update-checksums-file.yml
vendored
4
.github/workflows/update-checksums-file.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-checksums:
|
update-checksums:
|
||||||
name: Update checksums
|
name: Update checksums
|
||||||
|
Loading…
x
Reference in New Issue
Block a user