Skip to content

Commit

Permalink
Merge pull request #912 from Ana06/fix-token-badge-sync
Browse files Browse the repository at this point in the history
[CI] Use bot token for better branch protection
  • Loading branch information
Ana06 authored Feb 21, 2024
2 parents 40cdc47 + 79831d2 commit 357399e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
git diff-index --quiet HEAD || git commit -am '[README] Update package number badge'
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.REPO_TOKEN }}

0 comments on commit 357399e

Please sign in to comment.