Skip to content

Commit

Permalink
feat: push with github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 12, 2025
1 parent 6929819 commit 6e74adb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
git checkout dev
git merge main
<<<<<<< Updated upstream
git push
=======
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ steps.trigger-token.outcome.token }}
branch: dev
>>>>>>> Stashed changes

0 comments on commit 6e74adb

Please sign in to comment.