Skip to content

Commit

Permalink
build: add token when repo is downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jun 24, 2024
1 parent 299ec8f commit c3dd423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Getting the sources
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}

- name: Check for prefix in commit messages
id: check_prefix
Expand Down

0 comments on commit c3dd423

Please sign in to comment.