Skip to content

Commit

Permalink
Merge pull request #3 from bcgov/main
Browse files Browse the repository at this point in the history
Update pr-open.yml
  • Loading branch information
mishraomp authored Sep 13, 2024
2 parents 32b617f + 065103e commit c03cf35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
needs: [builds]
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_namespace: ${{ var.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('backend/' 'frontend/' 'migrations/')
oc_server: ${{ var.OC_SERVER }}
params:
--set global.secrets.persist=false

Expand Down

0 comments on commit c03cf35

Please sign in to comment.