Skip to content

Commit e7b41b9

Browse files
committed
chore(TECHOPS-18898): use gpg key fingerprint
1 parent ee52726 commit e7b41b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-gpg-fix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
id: key-import
1515
uses: crazy-max/ghaction-import-gpg@v6.1.0
1616
with:
17-
gpg_private_key: ${{ secrets.RELEASE_ACTOR_GPG_PRIVATE_KEY }}
18-
passphrase: ${{ secrets.RELEASE_ACTOR_GPG_PASSPHRASE }}
19-
fingerprint: ${{ secrets.RELEASE_ACTOR_GPG_KEY_FINGERPRINT }}
17+
RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
18+
RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
19+
RELEASE_ACTOR_GPG_KEY_FINGERPRINT: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }}
2020
git_config_global: true
2121
git_user_signingkey: true
2222
git_commit_gpgsign: true

0 commit comments

Comments
 (0)