Plumb-through token
This commit is contained in:
parent
9eb6d28193
commit
25b0170238
@ -15,6 +15,8 @@ jobs:
|
|||||||
# and name directly from the context.
|
# and name directly from the context.
|
||||||
# I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting
|
# I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting
|
||||||
# tool, because there's only `github.repository_owner`, no `github.repository_name`)
|
# tool, because there's only `github.repository_owner`, no `github.repository_name`)
|
||||||
|
#
|
||||||
|
# (And the token should be retrieved from Vault)
|
||||||
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@main
|
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@main
|
||||||
with:
|
with:
|
||||||
target_repo_domain: github.com
|
target_repo_domain: github.com
|
||||||
@ -23,4 +25,4 @@ jobs:
|
|||||||
source_repo_domain: gitea.scubbo.org
|
source_repo_domain: gitea.scubbo.org
|
||||||
source_repo_owner: scubbo
|
source_repo_owner: scubbo
|
||||||
source_repo_name: commit-report-sync-testbed
|
source_repo_name: commit-report-sync-testbed
|
||||||
|
target_repo_token: ${{ secrets.PAT_FOR_GITHUB_SYNC }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user