зеркало из
1
0
Форкнуть 0

disable fork deployments and add an explict `read` permission

This commit is contained in:
GrantBirki 2024-10-21 11:17:34 -07:00
Родитель 36f7e435c5
Коммит a7a58d0e16
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 65497A530F6F9405
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/workflows/branch-deploy.yml поставляемый
Просмотреть файл

@ -10,6 +10,7 @@ permissions:
deployments: write
contents: write
checks: read
statuses: read
jobs:
branch-deploy:
@ -32,6 +33,7 @@ jobs:
trigger: ".deploy"
environment: "production"
sticky_locks: "true" # https://github.com/github/branch-deploy/blob/1f6516ef5092890ce75d9e97ca7cbdb628e38bdd/docs/hubot-style-deployment-locks.md
allow_forks: "false"
# Check out the ref from the output of the IssueOps command
- uses: actions/checkout@v4