Skip to content

Commit 94643e9

Browse files
authored
Merge pull request #776 from Chia-Network/commit-signing
Add commit signing configuration to deploy workflow
2 parents f318fc3 + 427ecf3 commit 94643e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
apk add python3 make g++ git
2020
- name: Checkout Code
2121
uses: actions/checkout@v4
22+
- name: Set up commit signing
23+
uses: Chia-Network/actions/commit-sign/gpg@main
24+
with:
25+
gpg_private_key: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_KEY }}
26+
passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
2227
- name: 'npm install and build'
2328
run: |
2429
npm ci

0 commit comments

Comments
 (0)