Skip to content

Commit

Permalink
chore: fix xlog compare job
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Dec 4, 2024
1 parent eab6fca commit 6430db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xlog-cron-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Login Openshift Gold & Golddr
uses: ./.github/actions/oc-login
with:
namespace: $NAMESPACE
namespace: ${{ github.event.inputs.namespace }}
oc-server-gold: ${{ secrets.OPENSHIFT_SERVER_GOLD }}
oc-token-gold: ${{ secrets.OPENSHIFT_TOKEN_GOLD_SANDBOX }}
oc-server-golddr: ${{ secrets.OPENSHIFT_SERVER_GOLDDR }}
Expand Down

0 comments on commit 6430db7

Please sign in to comment.