We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0813e9 commit 4fa6bbcCopy full SHA for 4fa6bbc
.github/workflows/test.yaml
@@ -18,6 +18,14 @@ jobs:
18
run: |
19
git config --global --add safe.directory ${GITHUB_WORKSPACE}
20
21
+ - uses: crazy-max/ghaction-import-gpg@v4
22
+ with:
23
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
24
+ git_user_signingkey: true
25
+ git_commit_gpgsign: true
26
+ - name: test
27
+ run: |
28
+
29
touch test.txt
30
31
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
0 commit comments