Skip to content

Commit 9ee5729

Browse files
wip
1 parent 27693e0 commit 9ee5729

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/end2end.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ jobs:
516516
env:
517517
ZENKO_NAME: "${{ env.ZENKO_NAME }}-pra"
518518
SUBDOMAIN: "${{ env.DR_SUBDOMAIN }}"
519+
OIDC_USERNAME: "zenko-end2end-pra"
519520
SETUP_IMAGE: ${{ needs.build-setup-image.outputs.image }}
520521
GIT_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
521522
run: ./setup-tests.sh --kubeconfig ~/.kube/config -- setup --locations --accounts --workflows --notifications

tests/@setup/configs/locations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"bucketName": "env:AWS_FAIL_BUCKET_NAME",
4646
"accessKey": "env:AWS_ACCESS_KEY",
4747
"secretKey": "env:AWS_SECRET_KEY",
48-
"bucketMatch": false,
48+
"bucketMatch": true,
4949
"repoId": []
5050
}
5151
},

0 commit comments

Comments
 (0)