Skip to content

Commit

Permalink
added PRIVATE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 24, 2023
1 parent da029c1 commit f8d8ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-deploy-backend-to-ocp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

CA_CERT: ${{ secrets.CA_CERT }}
CERTIFICATE: ${{ secrets.CERT }}
PRIVATE_KEY: ${{ secrets.PRIV_KEY }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
CLEAR_FILES_KEY: ${{secrets.CLEAR_FILES_KEY}}

# 🖊️ EDIT to change the image registry settings.
Expand Down

0 comments on commit f8d8ad1

Please sign in to comment.