Skip to content

Commit

Permalink
ci(ribir): 🎡 fix 403 error when release-bot push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Dec 4, 2023
1 parent 1c1c5e8 commit 59e1f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
command: login
args: ${{ secrets.CRATE_RELEASE_TOKEN }}
- name: git config
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
run: |
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/RibirX/Ribir
git config --global user.email "Adoo@outlook.com"
git config --global user.name "Adoo"
git config --global user.name "Bot@Ribir"
- name: Run cargo release
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
Expand Down
44 changes: 0 additions & 44 deletions .mergify.yml

This file was deleted.

0 comments on commit 59e1f4f

Please sign in to comment.