Skip to content

Commit

Permalink
update sync_qqwry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Mar 15, 2021
1 parent ce5480c commit e483734
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sync_qqwry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true
# - name: Import GPG key
# id: import_gpg
# uses: crazy-max/ghaction-import-gpg@v3
# with:
# gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.GPG_PASSPHRASE }}
# git-user-signingkey: true
# git-commit-gpgsign: true

# Runs a set of commands using the runners shell
- name: Git push
Expand Down

0 comments on commit e483734

Please sign in to comment.