Skip to content

Commit

Permalink
Fix wrong secret
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 4, 2023
1 parent 8d05bdf commit 3ed6ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
secrets:
GCP_ACCOUNT_KEY: ${{ secrets.GCP_ACCOUNT_KEY }}
JFROG_USER: ${{ secrets.JFROG_USER }}
JFROG_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
JFROG_PASSWORD: ${{ secrets.JFROG_KEY}}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
BUILDCACHE_USER: $ {{ secrets.BUILDCACHE_USER }}
Expand Down

0 comments on commit 3ed6ad9

Please sign in to comment.