Skip to content

Commit

Permalink
[TASK] Update push action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Sągol authored and lukaszuznanski committed Jan 9, 2024
1 parent 06456f7 commit 7d25264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-to-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.MACOPEDIA_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Push to remote repository
run: |
git config user.name "github-actions"
git config user.email "actions@users.noreply.github.com"
git remote add macopedia ${{ secrets.MACOPEDIA_REMOTE_REPO_URL }}
git push --set-upstream macopedia master

0 comments on commit 7d25264

Please sign in to comment.