mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
e2e test manual: upload measurements
This commit is contained in:
parent
f7cc72215e
commit
f16e4bd5f9
7
.github/workflows/e2e-test-manual.yml
vendored
7
.github/workflows/e2e-test-manual.yml
vendored
@ -71,3 +71,10 @@ jobs:
|
|||||||
msTeamsWebhook: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
|
msTeamsWebhook: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
|
||||||
coreosImage: ${{ github.event.inputs.coreosImage }}
|
coreosImage: ${{ github.event.inputs.coreosImage }}
|
||||||
isDebugImage: ${{ github.event.inputs.isDebugImage }}
|
isDebugImage: ${{ github.event.inputs.isDebugImage }}
|
||||||
|
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||||
|
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||||
|
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||||
|
awsAccessKeyID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
awsDefaultRegion: ${{ secrets.AWS_DEFAULT_REGION }}
|
||||||
|
awsBucketName: ${{ secrets.PUBLIC_BUCKET_NAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user