Skip to content

Commit

Permalink
Merge pull request #3 from dowjones/Add-bot-token-to-checkout
Browse files Browse the repository at this point in the history
fix: Add bot token to checkout
  • Loading branch information
WolffRuoff authored Oct 5, 2023
2 parents e3c1c56 + 8974ef6 commit dfcbd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.BOT_ACCESS_TOKEN }}
- name: Setup Node version
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dfcbd41

Please sign in to comment.