Skip to content

Commit

Permalink
fix(ci): fix github action login
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Jan 3, 2025
1 parent 4fcf8cf commit 955fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fetch-depth: 0
ref: dev
fetch-tags: false
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Configure Git
run: |
git config user.name 'Cannon'
git config user.name '0xusecannon'
git config user.email '[email protected]'
git remote set-url origin https://${GITHUB_TOKEN_USER}:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
- name: Merge main into dev
id: merge
Expand Down

0 comments on commit 955fa48

Please sign in to comment.