DEV Community

The first Github Actions

Sang Au on September 05, 2019

1. Introduction GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deplo...
Collapse
 
shawonashraf profile image
Shawon Ashraf

Thanks for the templates. Can you add a bit on how to include API keys in actions? In Travis or Circle CI, API keys can be safely hidden as secret variables. So far haven't seen anything like that with GitHub actions.

Collapse
 
auvansang profile image
Sang Au

For this case, you can go to Virtual environments for GitHub Actions to get more details. I will update the action to use the API key to deploy to Github page, and will let you know.

Collapse
 
shawonashraf profile image
Shawon Ashraf

Thanks!

Collapse
 
stegriff profile image
Ste Griffiths

Great simple intro, thank you buddy!

Collapse
 
omawhite profile image
Omar White

Nice overview, I just got accepted into the beta and I’m excited to see what this can do in my personal projects.

Collapse
 
nothingnull profile image
NothingNull

A good overview!