Skip to content

Commit

Permalink
github token added
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Rubel-Ahmed-Rana committed Jul 3, 2024
1 parent d087fdd commit 2a21e78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
git fetch origin main
git checkout main
git merge --no-ff --allow-unrelated-histories ${{ github.event.ref }}
git push origin main
- name: Push changes to main
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git push https://[email protected]/Md-Rubel-Ahmed-Rana/Team-Management-App.git main

0 comments on commit 2a21e78

Please sign in to comment.