shaka-packager/npm
Joey Parrish acafc0fd93 Make CI workflows safe when testing in a fork
Testing CI workflows is a pain.  This usually involves forking the
main repo and testing various operations there, where the results will
not break the main repo.

However, some things like NPM and Docker package names were initially
hard-coded.  This meant that a fork would need to customize those in
the workflows to avoid pushing official-looking packages during CI
testing.

This change moves those hard-coded names to GitHub Secrets.  Though
the names are not actually secret, the secret store is per-repo, and
will be independent in a fork.  This makes it easier to avoid
accidentally pushing official-looking releases during testing, even if
the fork has access to the same auth tokens.

Change-Id: Ide8f7aa92a028dd217200fca60881333bf8ae579
2021-06-17 13:36:59 -07:00
..
.gitignore CI overhaul based on GitHub Actions 2021-06-16 11:52:02 -07:00
index.js CI overhaul based on GitHub Actions 2021-06-16 11:52:02 -07:00
package.json Make CI workflows safe when testing in a fork 2021-06-17 13:36:59 -07:00
prepublish.js Make CI workflows safe when testing in a fork 2021-06-17 13:36:59 -07:00