Skip to content

Commit

Permalink
fix: add gh_token to checkout (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent 481f01d commit ab9fcfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
issues: write
pull-requests: write
id-token: write
actions: write
packages: write
environment:
name: pypi
Expand All @@ -73,6 +74,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ab9fcfe

Please sign in to comment.