Skip to content

Commit ee52726

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Import GPG key
14+
id: key-import
1415
uses: crazy-max/ghaction-import-gpg@v6.1.0
1516
with:
1617
gpg_private_key: ${{ secrets.RELEASE_ACTOR_GPG_PRIVATE_KEY }}
1718
passphrase: ${{ secrets.RELEASE_ACTOR_GPG_PASSPHRASE }}
1819
fingerprint: ${{ secrets.RELEASE_ACTOR_GPG_KEY_FINGERPRINT }}
1920
git_config_global: true
2021
git_user_signingkey: true
21-
git_commit_gpgsign: true
22+
git_commit_gpgsign: true

0 commit comments

Comments
 (0)