Skip to content

Commit 5b4b769

Browse files
authored
fix: change to persist credentials (#246)
1 parent ab9fcfe commit 5b4b769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0
77-
token: ${{ secrets.GH_TOKEN }}
78-
77+
persist-credentials: false
7978
- name: Set up Python 3.11
8079
uses: actions/setup-python@v5
8180
with:

0 commit comments

Comments
 (0)