DEV Community

Discussion on: The first Github Actions

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!