[CHORE] Tweak Secret Usage
This commit is contained in:
parent
86855b6976
commit
a1b0a9b69c
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ runs:
|
|||
- name: Configure Kubeconfig
|
||||
shell: bash
|
||||
run: |
|
||||
echo "vvvvvvvv"
|
||||
echo ${{ env.DEVOPS_FORGEJO_ELYSIUM_ORG_READ_TOKEN }}
|
||||
echo $DEVOPS_FORGEJO_ELYSIUM_ORG_READ_TOKEN
|
||||
echo "^^^^"
|
||||
if [ -n "${{ inputs.kubeconfig }}" ] && [ "${{ inputs.kubeconfig }}" != "" ]; then
|
||||
echo "Using Provided Kubernetes Config"
|
||||
echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue