Skip to content

Commit

Permalink
setup: fix permissions to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2023
1 parent 09dea31 commit d9c31b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.PAT_RELEASE_PACKAGES }}

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit d9c31b4

Please sign in to comment.