Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 23, 2024
1 parent c8f79f0 commit 4d97f64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ jobs:
CI: true
run: |
git config --global --add safe.directory "$PWD"
git config commit.gpgsign true
git config --global tag.gpgSign true
echo "$GPG_SECRET_KEY" | base64 --decode | gpg --import --no-tty --batch --yes
git config --global user.name "tech-ally (Technology Alliances at Lacework Inc.)"
git config --global user.email "tech-ally@lacework.net"
git config --global user.signingkey $GPG_SIGNING_KEY
scripts/release.sh trigger
# - name: Notify Slack on Failure
Expand Down

0 comments on commit 4d97f64

Please sign in to comment.