File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
# Get PR number for squash merges to main
29
29
- id : pr
30
- uses : bcgov-nr /action-get-pr@v0.0.1
30
+ uses : bcgov/action-get-pr@v0.0.1
31
31
32
32
deploy-test :
33
33
name : TEST Deployment
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- name : Deploys
46
- uses : bcgov-nr /action-deployer-openshift@v3.0.1
46
+ uses : bcgov/action-deployer-openshift@v3.0.1
47
47
with :
48
48
file : openshift.deploy.yml
49
49
oc_namespace : ${{ secrets.OC_NAMESPACE }}
63
63
-p TAG=${{ needs.init.outputs.pr }}
64
64
65
65
- name : Publish API
66
- uses : bcgov-nr /action-gwa-publish@v0.1.0
66
+ uses : bcgov/action-gwa-publish@v0.1.0
67
67
with :
68
68
namespace : ${{ env.NS }}
69
69
client_id : ${{ secrets.GWA_ACCT_ID }}
88
88
- uses : actions/checkout@v4
89
89
90
90
- name : Deploys
91
- uses : bcgov-nr /action-deployer-openshift@v3.0.1
91
+ uses : bcgov/action-deployer-openshift@v3.0.1
92
92
with :
93
93
file : openshift.deploy.yml
94
94
oc_namespace : ${{ secrets.OC_NAMESPACE }}
@@ -108,7 +108,7 @@ jobs:
108
108
-p TAG=${{ needs.init.outputs.pr }}
109
109
110
110
- name : Publish API
111
- uses : bcgov-nr /action-gwa-publish@v0.1.0
111
+ uses : bcgov/action-gwa-publish@v0.1.0
112
112
with :
113
113
namespace : ${{ env.NS }}
114
114
client_id : ${{ secrets.GWA_ACCT_ID }}
Original file line number Diff line number Diff line change 66
66
pull-requests : write
67
67
steps :
68
68
- name : Greeting
69
- uses : bcgov-nr /action-pr-description-add@v1.2.0
69
+ uses : bcgov/action-pr-description-add@v1.2.0
70
70
with :
71
71
github_token : ${{ secrets.GITHUB_TOKEN }}
72
72
add_markdown : |
87
87
contents : read
88
88
packages : write
89
89
steps :
90
- - uses : bcgov-nr /action-builder-ghcr@v2.3.0
90
+ - uses : bcgov/action-builder-ghcr@v2.3.0
91
91
with :
92
92
package : api
93
93
tag : ${{ github.event.number }}
@@ -105,7 +105,7 @@ jobs:
105
105
environment : dev
106
106
steps :
107
107
- name : Deploys
108
- uses : bcgov-nr /action-deployer-openshift@v3.0.1
108
+ uses : bcgov/action-deployer-openshift@v3.0.1
109
109
with :
110
110
file : openshift.deploy.yml
111
111
oc_namespace : ${{ secrets.OC_NAMESPACE }}
@@ -125,7 +125,7 @@ jobs:
125
125
-p TAG=${{ github.event.number }}
126
126
127
127
- name : Deploy dev route
128
- uses : bcgov-nr /action-deployer-openshift@v3.0.1
128
+ uses : bcgov/action-deployer-openshift@v3.0.1
129
129
with :
130
130
file : .github/openshift.dev.yml
131
131
oc_namespace : ${{ secrets.OC_NAMESPACE }}
Original file line number Diff line number Diff line change 9
9
if : github.event_name != 'pull_request' || !github.event.pull_request.draft
10
10
runs-on : ubuntu-24.04
11
11
steps :
12
- - uses : bcgov-nr /action-test-and-analyse-java@v1.0.2
12
+ - uses : bcgov/action-test-and-analyse-java@v1.0.2
13
13
name : Backend Coverage
14
14
with :
15
15
commands : |
You can’t perform that action at this time.
0 commit comments