Skip to content

Commit 3e71705

Browse files
authored
Update prepare-release.yml
1 parent 3ed60f8 commit 3e71705

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/prepare-release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: ⚙️ Setup CI GIT
24-
run: |
25-
git config user.name "github-actions[bot]"
26-
git config user.email [email protected]
23+
- name: ⚙️ Import GPG key
24+
id: import_gpg
25+
uses: crazy-max/ghaction-import-gpg@v3
26+
with:
27+
gpg-private-key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }}
28+
passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}
2729

2830
- name: ⚙️ Setup GIT versioning
2931
uses: dotnet/[email protected]

0 commit comments

Comments
 (0)