mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 06:54:57 -04:00
e2e test manual: upload measurements
This commit is contained in:
parent
f7cc72215e
commit
f16e4bd5f9
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue