Using-Environment-Variables-In-Workflows

Using Environment Variables In Workflows

Source

Using the env block in a workflow file you can set environment variables for use in the different jobs you have set up.

Example

env:
  SERVER: production

This will give us the varilable SERVER with the value production.

#GitHub