Fill the gap of credential file management in GitHub Actions

Safe from the outside world but flexible within your team

Tianhao Zhou

--

GitHub Actions is a CI/CD platform

In short, GitHub Actions is a CI/CD platform/service similar to Travis CI and CircleCI. It’s different in:

  1. It’s made by GitHub, so it has better integration with the GitHub platform.
  2. It’s a componentized CI/CD, so you can re-use and/or assemble other people’s CI/CD.

--

--