added custom token for asset repo

This commit is contained in:
Lu Baumann 2023-10-18 13:40:52 +00:00 committed by GitHub
parent 1e4e46186d
commit b106de1ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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