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.
2 parents d2b5723 + 9ad00a5 commit 3264aa6Copy full SHA for 3264aa6
2 files changed
bork/trusted_publishing.py
@@ -66,7 +66,7 @@ class GithubTrustedPublishing(TrustedPublishingProvider):
66
@staticmethod
67
def detected():
68
"""Are we running on GitHub CI?"""
69
- return bool(os.environ["GITHUB_CI"])
+ return bool(os.environ.get("GITHUB_CI"))
70
71
def get_ambient_credential(self):
72
token = os.environ("ACTIONS_ID_TOKEN_REQUEST_TOKEN")
bork/version.py
@@ -1,4 +1,4 @@
1
# This file should only ever be modified to change the version.
2
# This will automatically prepare and create a release.
3
4
-__version__ = '11.0.0b4'
+__version__ = '11.0.0b5'
0 commit comments