Skip to content

Commit

Permalink
Merge pull request #3723 from bcgov/NDT-636-CI-CD-failing
Browse files Browse the repository at this point in the history
fix: 636 ci cd failing
  • Loading branch information
rafasdc authored Dec 3, 2024
2 parents 626de28 + d93719d commit abd41eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/app/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ runs:
cert_key: ${{ inputs.cert_key }}
cert_ca: ${{ inputs.cert_ca }}
pgbackrest_s3_bucket: ${{ inputs.pgbackrest_s3_bucket }}
session_secret: ${{ inputs.session_secret }}
insecure_skip_tls_verify: true
- run: |
SHA_ONLY=$(echo ${{ inputs.tag }} | cut -c 5-)
Expand Down Expand Up @@ -194,7 +195,7 @@ runs:
--set cronshp.erFile="${{ inputs.er_file }}" \
--set cronshp.rdFile="${{ inputs.rd_file }}" \
--set cronshp.coveragesFile="${{ inputs.coverages_file }}" \
--set app.sessionSecret="${ inputs.session_secret }}" \
--set app.sessionSecret="${{ inputs.session_secret }}" \
--values values-${{ inputs.environment }}.yaml
shell: bash
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.213.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.213.3...v1.213.4) (2024-12-03)

## [1.213.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.213.2...v1.213.3) (2024-11-29)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -751,3 +751,4 @@ mutations/create_assessment_form [mutations/[email protected]] 2024
@1.213.1 2024-11-29T17:06:22Z CCBC Service Account <[email protected]> # release v1.213.1
@1.213.2 2024-11-29T19:45:41Z CCBC Service Account <[email protected]> # release v1.213.2
@1.213.3 2024-11-29T22:33:02Z CCBC Service Account <[email protected]> # release v1.213.3
@1.213.4 2024-12-03T16:39:29Z CCBC Service Account <[email protected]> # release v1.213.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.213.3",
"version": "1.213.4",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit abd41eb

Please sign in to comment.