File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 oc version
4848
4949 - name : Login to registry
50- run : docker login -u "${{ secrets.OPENSHIFT_UPGRADE_BOT_USERNAME }}" -p="${{ secrets.OPENSHIFT_UPGRADE_BOT_PASSWORD }}" quay.io
50+ run : docker login -u= "${{ secrets.OPENSHIFT_UPGRADE_BOT_USERNAME }}" -p="${{ secrets.OPENSHIFT_UPGRADE_BOT_PASSWORD }}" quay.io
5151
5252 - name : Run openshift upgrade test
5353 run : cd scripts && ./openshift-upgrade-test.sh
5454 env :
55- OC_TOKEN : ${{ secrets.TOKEN }}
55+ OC_TOKEN : ${{ secrets.OPENSHIFT_UPGRADE_TOKEN }}
5656 CLUSTER_API_URL : ${{ secrets.OPENSHIFT_SERVER_API }}
5757 LATEST_RELEASE_REGISTRY : ${{ github.event.inputs.previousReleaseRegistry }}
5858 REGISTRY : ${{ github.event.inputs.registryForNewRelease }}
You can’t perform that action at this time.
0 commit comments