Secrets and Environment Variables in your GitHub Action

preview_player
Показать описание
Need to deploy from a GitHub Action? Or something as simple as sending a Slack message when the pipeline has ended? Don't store your API Keys in clear, GitHub Actions let you safely handle secrets as well as public environment variables.

Let's see how!
_______________________________

Hit like and subscribe for more content! :D

You can also follow me on the other platforms:
_______________________________

#github #githubaction #devops
Комментарии
Автор

Thank you this seems a lot more convient then making a .env file and stopping it from loading to github. Appreciate the knowledge!

associatedixon
Автор

for a private repo is that not possible to setup the secretes? bcz there is no settings tab available for the private repo.

Bineeshvp-wqzn
Автор

How should I use an API key? I tried to use the secrets in deployment, but it doesn't give me the API key, and in build it does, but it shows the API key in the code.

davidheredia
Автор

is it safe to put in github pages? and use it to our project

chromesavior
Автор

how do I get this info inside code, to use in api key in requests for instance

rodrigoczleo
Автор

You know you're sending all your secrets to Grammarly, right? 😅

dfgdfg_