Skip to content

chore(COD-4237): remove the hard-coded --secret option#216

Merged
jeremydubreil merged 1 commit intomainfrom
remove-secret-option
Jan 29, 2025
Merged

chore(COD-4237): remove the hard-coded --secret option#216
jeremydubreil merged 1 commit intomainfrom
remove-secret-option

Conversation

@jeremydubreil
Copy link
Contributor

@jeremydubreil jeremydubreil commented Jan 28, 2025

There is no reason for the --secret to be hard-coded in the GitHub Actions code. This means the option can never be disabled since CLI options have the highest priority.

@jeremydubreil jeremydubreil marked this pull request as ready for review January 29, 2025 11:58
'ci',
'--keyring',
trustedKeys,
'--secret',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only line changed by the PR. The rest is pre-existing auto-formatting issues.

Copy link

@baltoiteodor baltoiteodor left a comment

Choose a reason for hiding this comment

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

lgtm

@jeremydubreil jeremydubreil merged commit 4dbec19 into main Jan 29, 2025
5 checks passed
@jeremydubreil jeremydubreil deleted the remove-secret-option branch January 29, 2025 14:06
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