We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f318fc3 + 427ecf3 commit 94643e9Copy full SHA for 94643e9
.github/workflows/deploy-pages.yml
@@ -19,6 +19,11 @@ jobs:
19
apk add python3 make g++ git
20
- name: Checkout Code
21
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 }}
27
- name: 'npm install and build'
28
run: |
29
npm ci
0 commit comments