Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not enable transaction if TX token is an empty string #286

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

3nids
Copy link
Member

@3nids 3nids commented Feb 8, 2024

this would avoid complexity to handle lack on secrets (in PR from forks where secret is not available

this would avoid complexity to handle lack on secrets (in PR from forks where secret is not available
if tx_api_token is not None:
if tx_api_token:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's almost equivalent no? Are you sure that will have the expected effect?

By the way, it's not really impacting so we can approve, merge and see.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you give it an empty string in the command line. But, I must say I didn't check it's actually an empty string in python.

@3nids 3nids merged commit 5b8f518 into master Feb 9, 2024
3 checks passed
@3nids 3nids deleted the fix-tx-empty branch February 9, 2024 12:45
nirvn pushed a commit to nirvn/qgis-plugin-ci that referenced this pull request Aug 1, 2024
this would avoid complexity to handle lack on secrets (in PR from forks where secret is not available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants