set token as input
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 29s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 11s
Reload Act Runner Stack to clear cache for workflows / wait-for-primary-death (push) Successful in 38s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 41s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 36s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Successful in 3s

This commit is contained in:
Martin Dimitrov 2026-06-30 18:36:05 -07:00
parent 1f18b78e1b
commit a42b5c4749
2 changed files with 10 additions and 2 deletions

View File

@ -27,6 +27,10 @@ on:
required: false
default: 'false'
type: string
token:
required: false
type: string
default: ${{ github.token }}
jobs:
docker:
@ -40,7 +44,7 @@ jobs:
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
token: ${{ github.token }}
token: ${{ inputs.token }}
submodules: ${{ inputs.submodules }}
- name: Setup Docker (QEMU, Buildx)

View File

@ -27,6 +27,10 @@ on:
required: false
default: 'false'
type: string
token:
required: false
type: string
default: ${{ github.token }}
secrets: []
jobs:
@ -38,7 +42,7 @@ jobs:
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
token: ${{ github.token }}
token: ${{ inputs.token }}
submodules: ${{ inputs.submodules }}
- name: Setup Docker (QEMU, Buildx)