Note
This section can be applied to repos/<file>.yml or suborgs/<file>.yml. It will most commonly appear in the individual repos though.
# These settings are synced to GitHub by https://github.com/github/safe-settings
variables:
- name: MY_AWESOME_VAR
value: '845705'
- name: my_lowercase_var
value: I have spaces|
Repository variables that can be referenced in a GitHub Actions workflow Properties of
|
Example:
variables:
- name: MY_AWESOME_VAR
value: super duper value
... |