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

Merge pull request #35 from github/workflow-updates

disable fork deployments and add an explicit `read` permission
This commit is contained in:
Jason Macgowan 2024-10-24 09:19:17 -04:00 коммит произвёл GitHub
Родитель 36f7e435c5 a7a58d0e16
Коммит 05039f2bff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
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