Skip to content

Commit

Permalink
Sync with main - use bot token to fetch the repo (#690)
Browse files Browse the repository at this point in the history
Use bot token to fetch the repo
  • Loading branch information
szwedm authored May 7, 2024
1 parent a955d6c commit 551232a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-with-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- name: Setup Git User
run: |
git config --global user.email ${{ vars.GIT_USER_EMAIL }}
Expand Down

0 comments on commit 551232a

Please sign in to comment.