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 c5abbac commit 498a2c3Copy full SHA for 498a2c3
.github/workflows/release.yaml
@@ -27,7 +27,6 @@ jobs:
27
env:
28
GITHUB_NAME: "NOBODY"
29
GITHUB_EMAIL: "[email protected]"
30
- GH_TOKEN: ${{ github.token }}
31
run: |
32
git config --global user.name "$GITHUB_NAME"
33
git config --global user.email "$GITHUB_EMAIL"
tests/conftest.py
@@ -142,6 +142,7 @@ def cookiecutter_extra_context() -> dict:
142
"""Return a dictionary with common test context settings."""
143
return {
144
"create_github_repo": False,
145
+ "_github_enable_pages": False,
146
"_testing": True, # Flag to indicate we're running tests
147
}
148
0 commit comments