Skip to content

Commit

Permalink
Revert ":green_heart: Fix CI: push with valid signatures (#52)"
Browse files Browse the repository at this point in the history
This reverts commit 8b3a3ad.
  • Loading branch information
vankichi committed Sep 14, 2023
1 parent a9f9164 commit 4dc8c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
git add .
git commit -S -m "Update [vald sha: ${sha}]"
git commit -m "Update [vald sha: ${sha}]"
git push
env:
GITHUB_USER: ${{ secrets.CI_USER }}
Expand Down

0 comments on commit 4dc8c06

Please sign in to comment.