We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27693e0 commit 9ee5729Copy full SHA for 9ee5729
.github/workflows/end2end.yaml
@@ -516,6 +516,7 @@ jobs:
516
env:
517
ZENKO_NAME: "${{ env.ZENKO_NAME }}-pra"
518
SUBDOMAIN: "${{ env.DR_SUBDOMAIN }}"
519
+ OIDC_USERNAME: "zenko-end2end-pra"
520
SETUP_IMAGE: ${{ needs.build-setup-image.outputs.image }}
521
GIT_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
522
run: ./setup-tests.sh --kubeconfig ~/.kube/config -- setup --locations --accounts --workflows --notifications
tests/@setup/configs/locations.json
@@ -45,7 +45,7 @@
45
"bucketName": "env:AWS_FAIL_BUCKET_NAME",
46
"accessKey": "env:AWS_ACCESS_KEY",
47
"secretKey": "env:AWS_SECRET_KEY",
48
- "bucketMatch": false,
+ "bucketMatch": true,
49
"repoId": []
50
}
51
},
0 commit comments