Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): actions moved to bcgov org (#253)
Browse files Browse the repository at this point in the history
DerekRoberts authored Jan 19, 2025
1 parent 0922e90 commit b25e159
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ jobs:
-Dsonar.sources=src
triggers: ('frontend/')
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
commands: |
npm ci
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
# Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

deploys-test:
name: TEST Deploys
@@ -48,7 +48,7 @@ jobs:
parameters:
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
@@ -78,7 +78,7 @@ jobs:
file: frontend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
8 changes: 4 additions & 4 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: false

jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
# https://github.com/bcgov/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-24.04
@@ -24,15 +24,15 @@ jobs:
- package: frontend
triggers: ('frontend/')
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: test
triggers: ${{ matrix.triggers }}

# https://github.com/bcgov-nr/action-deployer-openshift
# https://github.com/bcgov/action-deployer-openshift
deploys:
name: Deploys
needs: [builds]
@@ -53,7 +53,7 @@ jobs:
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
triggers: ('backend/' 'frontend/')
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}

0 comments on commit b25e159

Please sign in to comment.