Use absolute URL with PAT for sops-decrypt; declare RUNNER_REPO_PAT secret
This commit is contained in:
@@ -67,6 +67,13 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: ""
|
||||
secrets:
|
||||
RUNNER_REPO_PAT:
|
||||
description: |
|
||||
PAT used in the absolute-URL form of `uses:` to clone composite actions
|
||||
from `Charlie/project-charlie`. Set as a Charlie org-level secret;
|
||||
callers pass via `secrets: inherit` (or explicitly).
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user