Skip to content

Commit

Permalink
Fix QUAY_TOKEN ref for e2e-tests
Browse files Browse the repository at this point in the history
Use the quay-push-secret-konflux-ci secret.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jun 4, 2024
1 parent 1a9375b commit 6c7207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: QUAY_TOKEN
valueFrom:
secretKeyRef:
name: quay-push-secret
name: quay-push-secret-konflux-ci
key: .dockerconfigjson
- name: MY_GITHUB_ORG
value: redhat-appstudio-appdata
Expand Down

0 comments on commit 6c7207d

Please sign in to comment.