Skip to content

Commit

Permalink
ci: secret/var consistency (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored and afwilcox committed Dec 12, 2024
1 parent a1f7ba5 commit 0143f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- run: ./.github/scripts/cleanup_pvcs.sh
env:
OC_NAMESPACE: ${{ vars.OC_NAMESPACE }}
OC_NAMESPACE: ${{ secrets.OC_NAMESPACE }}
OC_SERVER: ${{ vars.OC_SERVER }}
OC_TOKEN: ${{ secrets.OC_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
PR_NUMBER: ${{ github.event.number }}
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs: [vars]
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_BEARER_TOKEN }}
with:
environment: prod
Expand Down

0 comments on commit 0143f99

Please sign in to comment.