Skip to content

Commit

Permalink
chore: add bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 3, 2024
1 parent 762bfbb commit 8f6048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Sync private repository
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.CONCRETE_ACTIONS_TOKEN }}
github_token: ${{ secrets.BOT_TOKEN }}
repository: ${{ secrets.SYNC_DEST_REPO }}
force: true

0 comments on commit 8f6048a

Please sign in to comment.