Skip to content

Commit 180ede5

Browse files
committed
ci: fix token auth for pip-compile workflow
1 parent f67e137 commit 180ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# repository config, but this way, we can prevent the previous steps
8787
# from having unnecessary access.
8888
- name: "Set up token authentication"
89-
run: gh auth setup-git --hostname github.com
89+
run: gh auth setup-git --force --hostname github.com
9090
- name: "Run nox ${{ inputs.nox-args }}"
9191
env:
9292
# Ensure the latest pip version is used

0 commit comments

Comments
 (0)