mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
ci: limit job permissions from default (#9874)
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
19a1454c2d
commit
f44ca01fcf
3 changed files with 14 additions and 0 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
|
@ -4,8 +4,13 @@ on:
|
|||
release:
|
||||
types: [published]
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
open-pr:
|
||||
permissions:
|
||||
contents: write # to create branch (peter-evans/create-pull-request)
|
||||
pull-requests: write # to create a PR (peter-evans/create-pull-request)
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue