Skip to content

Commit

Permalink
Remove GPG Sign
Browse files Browse the repository at this point in the history
  • Loading branch information
JingHai-Lingyun committed Aug 19, 2024
1 parent 642f813 commit 39c2604
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
cd project
node JMBuilder.js
# <step> 提交
- name: 配置 GPG 信息
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.X_BOT_GPGS }}
git_user_signingkey: true
git_commit_gpgsign: true
workdir: project
# - name: 配置 GPG 信息
# uses: crazy-max/ghaction-import-gpg@v6
# with:
# gpg_private_key: ${{ secrets.X_BOT_GPGS }}
# git_user_signingkey: true
# git_commit_gpgsign: true
# workdir: project
- name: 提交与推送更改
env:
PAT: ${{ secrets.X_BOT_TOKEN }}
Expand Down

0 comments on commit 39c2604

Please sign in to comment.