added custom token for asset repo
This commit is contained in:
parent
1e4e46186d
commit
b106de1ab8
@ -11,6 +11,9 @@ inputs:
|
||||
asset-repo-branch:
|
||||
description: The branch to store the svg assets in
|
||||
required: true
|
||||
asset-repo-token:
|
||||
descriptioin: Github token to access the asset repo when pulling and pushing
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
@ -20,6 +23,7 @@ runs:
|
||||
repository: "${{ inputs.asset-repo }}"
|
||||
ref: "${{ inputs.asset-repo-branch }}"
|
||||
path: svg-repo
|
||||
token: "${{ inputs.asset-repo-token }}"
|
||||
- run: mkdir -p svg-repo/svg-assets
|
||||
shell: bash
|
||||
- name: Start containers
|
||||
|
Loading…
Reference in New Issue
Block a user