Skip to content

Commit

Permalink
[CI] Fix secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Oct 12, 2023
1 parent 96520af commit 299eb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
GCP_CRED_JSON: ${{ secrets.GCP_CRED_JSON }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
with:
branch: 'main'
verbose: ${{ inputs.verbose == 'true' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
GH_ARC_INSTALLATION_ID:
GH_ARC_PRIVATE_KEY:
GH_ARC_PAT:
JF_ARTIFACTORY_SPRING:

env:
VERBOSE: ${{ (github.debug || inputs.verbose) && 'true' || '' }}
Expand Down

0 comments on commit 299eb08

Please sign in to comment.