mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 17:55:34 -04:00
use manual workflow input
This commit is contained in:
parent
1f843d4593
commit
0dfeb04fb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-enclave.yml
vendored
2
.github/workflows/build-enclave.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Download Coordinator
|
||||
id: download-coordinator
|
||||
run: aws s3 cp s3://${{ secrets.PUBLIC_BUCKET_NAME }}/coordinator/${{ inputs.coordinator-name }} ${{ github.workspace }}/images/aws/enclave/userland/build/coordinator
|
||||
run: aws s3 cp s3://${{ secrets.PUBLIC_BUCKET_NAME }}/coordinator/${{ inputs.coordinator-name }}${{ github.event.inputs.coordinator-name }} ${{ github.workspace }}/images/aws/enclave/userland/build/coordinator
|
||||
|
||||
- name: Write ssh public key to file
|
||||
run: echo $SSH_PUB_KEY >> ${{ env.SSH_PUB_KEY_PATH }} && chmod 644 ${{ env.SSH_PUB_KEY_PATH }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue