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 468b278 commit 66417adCopy full SHA for 66417ad
.github/workflows/e2e.yml
@@ -142,10 +142,6 @@ jobs:
142
bash init-custom-env.sh $OC_PROJECT stage vault-password
143
popd
144
145
- - name: Create secret allowing the fake partner account to submit the results in CI pipeline
146
- run: |
147
- oc create secret generic pyxis-api-secret --from-literal pyxis_api_key=${{ secrets.PYXIS_API_KEY }}
148
-
149
- name: Run CI pipeline
150
run: |
151
tkn pipeline start operator-ci-pipeline \
0 commit comments