Skip to content

Commit

Permalink
export the quay token to push bundles
Browse files Browse the repository at this point in the history
The tkn-bundle tests need to push a bundle
to quay. This change export the token from secret
  • Loading branch information
joejstuart committed May 9, 2024
1 parent e9905b1 commit 7f5d460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ spec:
secretKeyRef:
name: github
key: token
- name: QUAY_TOKEN
valueFrom:
secretKeyRef:
name: quay-push-secret
key: .dockerconfigjson
- name: MY_GITHUB_ORG
value: redhat-appstudio-appdata
- name: EC_PIPELINES_REPO_URL
Expand Down

0 comments on commit 7f5d460

Please sign in to comment.