Skip to content

Commit 66417ad

Browse files
MarcinGinsztAllda
authored andcommitted
remove creation of the secret from the e2e workflow
1 parent 468b278 commit 66417ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ jobs:
142142
bash init-custom-env.sh $OC_PROJECT stage vault-password
143143
popd
144144
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-
149145
- name: Run CI pipeline
150146
run: |
151147
tkn pipeline start operator-ci-pipeline \

0 commit comments

Comments
 (0)