[ci] Attempt to fix secrets variable error
This commit is contained in:
2
.github/actions/prepare-gpu/action.yml
vendored
2
.github/actions/prepare-gpu/action.yml
vendored
@@ -21,7 +21,7 @@ runs:
|
||||
run: |
|
||||
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-${{ inputs.toolchain }}
|
||||
eval `ssh-agent -s`
|
||||
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
|
||||
ssh-add - <<< ${{ secrets.PRIVATE_SSH_KEY }}
|
||||
./scripts/init-submodules-no-riscv-tools.sh --force
|
||||
shell: bash -leo pipefail {0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user