Skip to content

Commit 9abe089

Browse files
authored
fix: add gh_token to checkout
1 parent 481f01d commit 9abe089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
issues: write
6666
pull-requests: write
6767
id-token: write
68+
actions: write
6869
packages: write
6970
environment:
7071
name: pypi
@@ -73,6 +74,8 @@ jobs:
7374
- uses: actions/checkout@v4
7475
with:
7576
fetch-depth: 0
77+
token: ${{ secrets.GH_TOKEN }}
78+
7679
- name: Set up Python 3.11
7780
uses: actions/setup-python@v5
7881
with:

0 commit comments

Comments
 (0)