Main different between GitHub Workflows and Environment #21
Answered
by
chrispat
DavideC03
asked this question in
Satellite India 2021 Q&A
|
Can you explain me that's the main differences between Workflows and Environment? Thanks, |
Answered by
chrispat
Mar 26, 2021
Replies: 2 comments 1 reply
|
A Workflow how you define what actions you want to run in response to a given event like 'push' or 'pull_request'. An environment can be referenced by a workflow to allow it to access protected secrets as well as give you a deployment history of your app. |
1 reply
Answer selected by
DavideC03
|
A Workflow how you define what actions you want to run in response to a given event like 'push' or 'pull_request'. An environment can be referenced by a workflow to allow it to access protected secrets as well as give you a deployment history of your app. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A Workflow how you define what actions you want to run in response to a given event like 'push' or 'pull_request'. An environment can be referenced by a workflow to allow it to access protected secrets as well as give you a deployment history of your app.