Approval Workflows With GitHub Actions

I’ve been doing a bunch of work with GitHub Actions recently, from deploying Azure Functions to overhauling my blog pipeline but each of these workflows have been rather straight forward, just build and deploy all off the one workflow.
With my la…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

I’ve been doing a bunch of work with GitHub Actions recently, from deploying Azure Functions to overhauling my blog pipeline but each of these workflows have been rather straight forward, just build and deploy all off the one workflow. With my latest project, FSharp.CosmosDb, I wanted to use GitHub Actions but the workflow I want is a little more complex. For other OSS projects such as dotnet-delice the workflow works like so: I push to master it will compile the application, create the NuGet packages and then wait for me to approve the release before pushing to NuGet, creating the GitHub Release and tagging the right commit.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2020-03-22T23:27:04+00:00) Approval Workflows With GitHub Actions. Retrieved from https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/

MLA
" » Approval Workflows With GitHub Actions." Posts on LINQ to Fail | Sciencx - Sunday March 22, 2020, https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/
HARVARD
Posts on LINQ to Fail | Sciencx Sunday March 22, 2020 » Approval Workflows With GitHub Actions., viewed ,<https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Approval Workflows With GitHub Actions. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/
CHICAGO
" » Approval Workflows With GitHub Actions." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/
IEEE
" » Approval Workflows With GitHub Actions." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/. [Accessed: ]
rf:citation
» Approval Workflows With GitHub Actions | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2020/03/22/approval-workflows-with-github-actions/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.