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

Rename act secrets file to default #99

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

josecelano
Copy link
Member

Default filename for secrets in act is .secrets. If you use that filename you do not need to use an argument.

-s, --secret stringArray            secret to make available to actions with optional value (e.g. -s mysecret=foo or -s mysecret)
     --secret-file string               file with list of secrets to read from (e.g. --secret-file .secrets) (default ".secrets")

@josecelano josecelano added this to the POC01 milestone Oct 29, 2021
@josecelano josecelano linked an issue Oct 29, 2021 that may be closed by this pull request
Copy link
Collaborator

@yeraydavidrodriguez yeraydavidrodriguez left a comment

Choose a reason for hiding this comment

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

Approved

@yeraydavidrodriguez yeraydavidrodriguez merged commit 318039d into main Oct 29, 2021
@yeraydavidrodriguez yeraydavidrodriguez deleted the issue-74-rename-act-secrets-file branch October 29, 2021 09:40
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.

Rename secrets file to default named used by act
2 participants