mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
ci: download sa key on GCP
This commit is contained in:
parent
923056b0f1
commit
9724111eca
16
.github/workflows/e2e-upgrade.yml
vendored
16
.github/workflows/e2e-upgrade.yml
vendored
@ -240,6 +240,14 @@ jobs:
|
||||
constellation-conf.yaml
|
||||
constellation-state.yaml
|
||||
constellation-mastersecret.json
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
|
||||
|
||||
- name: Upload SA Key
|
||||
if: always() && inputs.cloudProvider == 'gcp'
|
||||
uses: ./.github/actions/artifact_upload
|
||||
with:
|
||||
name: sa-key
|
||||
path: >
|
||||
gcpServiceAccountKey.json
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
|
||||
|
||||
@ -324,6 +332,13 @@ jobs:
|
||||
name: constellation-pre-test
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
|
||||
|
||||
- name: Download SA Key
|
||||
if: inputs.cloudProvider == 'gcp'
|
||||
uses: ./.github/actions/artifact_download
|
||||
with:
|
||||
name: sa-key
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
|
||||
|
||||
- name: Make Constellation executable and add to PATH
|
||||
if: always()
|
||||
run: |
|
||||
@ -401,7 +416,6 @@ jobs:
|
||||
constellation-conf.yaml
|
||||
constellation-state.yaml
|
||||
constellation-mastersecret.json
|
||||
gcpServiceAccountKey.json
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
|
||||
|
||||
clean-up:
|
||||
|
Loading…
x
Reference in New Issue
Block a user