Skip to content

Commit

Permalink
build(:gha): update GPG configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Aug 5, 2024
1 parent f7ca0f2 commit 16d8200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
if: needs.context.outputs.shouldPublish == 'true'
with:
git_user_signingkey: true
gpg_private_key: ${{ secrets.CI_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.CI_GPG_PASSPHARSE }}
gpg_private_key: ${{ secrets.OSS_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.OSS_GPG_PASSPHARSE }}

- name: Set up JDK
uses: actions/setup-java@v3.9.0
Expand Down

0 comments on commit 16d8200

Please sign in to comment.