Skip to content

Commit

Permalink
chore(ci): actions moved to bcgov org
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 19, 2025
1 parent cb22681 commit d6021df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fi
- name: OpenShift Init
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
-p MAX_REPLICAS=1
-p FAM_ROUTE=${{ needs.init.outputs.route }}
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
id: deploys
with:
file: ${{ matrix.file }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests
dir: backend
Expand All @@ -39,7 +39,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
commands: |
npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
env:
VITE_ZONE: test
VITE_USER_POOLS_ID: ca-central-1_abc123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Get PR number for squash merges to main
- id: pr
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

deploys-test:
name: TEST Deploys (${{ needs.init.outputs.pr }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
triggers: ('frontend/')
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
package: ${{ matrix.name }}
tag: ${{ github.event.number }}
Expand Down

0 comments on commit d6021df

Please sign in to comment.