Skip to content

Commit

Permalink
package build requires secret keys now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Jan 22, 2025
1 parent 3841a43 commit c5dc3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
CDR_DB_HOST: db
CDR_DB_PORT: 5432
PACKAGE_TYPE: nightly
SECRET_KEY_BASE: qQX3V5RSCMdQq6GRpE7tMJ1Syognfz4GLPCaSCPR9lAML2FzCiLN79u8ItC4VDOk

- name: Save deb package as artifact
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
YETI_DB_PORT: 5432
CDR_DB_HOST: db
CDR_DB_PORT: 5432
SECRET_KEY_BASE: SFIVgccCTnlVm8Z244b07T0EGu8QM7BsLe1UMmXYBEZGYTUwYJzXdhwtvEL1nmui

- name: Save deb package as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5dc3b3

Please sign in to comment.