mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-24 10:37:32 +08:00
ci: fix permisions (#1512)
* ci: fix permisions * chore: change to trigger build * ci: add write permission to packages * ci: remove conditionals for docker logins * Update controllers/utils_test.go Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
2
.github/workflows/publish-canary.yaml
vendored
2
.github/workflows/publish-canary.yaml
vendored
@@ -19,8 +19,10 @@ on:
|
||||
- 'LICENSE'
|
||||
- 'Makefile'
|
||||
|
||||
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
canary-build:
|
||||
|
||||
Reference in New Issue
Block a user