We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67e137 commit 180ede5Copy full SHA for 180ede5
.github/workflows/reusable-pip-compile.yml
@@ -86,7 +86,7 @@ jobs:
86
# repository config, but this way, we can prevent the previous steps
87
# from having unnecessary access.
88
- name: "Set up token authentication"
89
- run: gh auth setup-git --hostname github.com
+ run: gh auth setup-git --force --hostname github.com
90
- name: "Run nox ${{ inputs.nox-args }}"
91
env:
92
# Ensure the latest pip version is used
0 commit comments