Skip to content

My Question on security #88

Discussion options

You must be logged in to vote

Yes, you could perform this using GitHub Actions. An Action spins up a linux/windows/mac container with most popular binaries installed. You could execute your commands using the run option.
To pass any tokens into your Actions workflows that are sensitive, we would recommend adding them as secrets to your Repository. To learn more about Secrets - check this page out. Secrets will not be decrypted nor be published in plain text.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MahendraRao
Comment options

Answer selected by dhlodestar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants