Skip to content

Commit

Permalink
Merge pull request #9638 from leseb/fix-encryption-imb-daily-test
Browse files Browse the repository at this point in the history
ci: fix daily encryption ibm kms test
  • Loading branch information
leseb committed Jan 24, 2022
2 parents 48cbfb2 + d99290e commit 7169490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-nightly-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,16 @@ jobs:
with:
fetch-depth: 0

- name: run Encryption KMS IBM Key Protect
- name: run encryption KMS IBM Key Protect
uses: ./.github/workflows/encryption-pvc-kms-ibm-kp
if: "env.IBM_KP_SERVICE_INSTANCE_ID != '' && env.IBM_KP_SERVICE_API_KEY != ''"
env:
IBM_KP_SERVICE_INSTANCE_ID: ${{ secrets.IBM_INSTANCE_ID }}
IBM_KP_SERVICE_API_KEY: ${{ secrets.IBM_SERVICE_API_KEY }}
with:
ibm-instance-id: ${{ secrets.IBM_INSTANCE_ID }}
ibm-service-api-key: ${{ secrets.IBM_SERVICE_API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
ibm-instance-id: ${{ secrets.IBM_KP_INSTANCE_ID }}
ibm-service-api-key: ${{ secrets.IBM_KP_SERVICE_API_KEY }}

- name: upload test result
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7169490

Please sign in to comment.