mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
chore: change to trigger build (#1093)
* chore: change to trigger build * ci: actually use variable Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/runners.yml
vendored
2
.github/workflows/runners.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
id: vars
|
||||
uses: ./.github/actions/setup-docker-environment
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
username: ${{ env.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
ghcr_username: ${{ github.actor }}
|
||||
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user