-
Notifications
You must be signed in to change notification settings - Fork 2
Home
lucasatstoryb edited this page Nov 18, 2022
·
4 revisions
Welcome to the actions-template wiki!
General guidance on how reusable workflows work.
- Inputs
Inputs are always called from with:
map. Inputs are raw values (i.e. not encrypted non redacted values)
- Secrets
Secrets secrets:
are always redacted values stored in the following levels
- Org: Available for the whole organization
- Repo: Available for the whole repository (Must be placed under Settings > Secrets > Actions)
- Environment: Available in a specific repo / environment. (Must be placed under Settings > Environment > > Add secret)
#TODO: add some examples