Github workflows hide raw variable name in job name
For a workflow, that we use with different inputs, we have multiple jobs, one of the jobs starts with:
Add multiple variables for one selectable option
I want to create a single manual trigger pipeline for multiple environments for example dev,qa and prod. In my pipeline for each of these environments I have 3-4 variables which are dependant on the environment choice. I have the idea to set these variables as an environment variables in a separate step of the pipeline so they get set correctly based on the initial input. However I’m not sure how optimal this is and I want to ask is there a different sollution to my problem. Under my question I’ve provided my initial idea:
Github actions env is not the same as script’s env
I have a workflow like this:
Github actions env is not the same as script’s env
I have a workflow like this:
GitHub release auto-changes to Draft due to CI
My github project runs GH action on release to publish my Rust crate.
Retrieve pull request creator and approver
I currently have a GitHub workflow that is triggered on push to main. This builds and deploys the artifact and so on. Now I want to log additional information with another action. I want to save the person who created the preceding pull request and the person who approved the pull request.
What is the best way to get this information? It feels like the execution of the workflow should remain on push. But to get this information I would have to start the workflow as soon as the PR has been approved & merged. What would be the best approach from a design point of view?
Run Github workflow on non-default branch
We have the current branch setup for our IaC repository:
Why is job not triggering as expected?
I’m working on a GitHub Actions workflow with several jobs for CI/CD. Some jobs are not being triggered as expected, despite previous jobs completing successfully:
How do you release a previously built artifact in GitHub workflow?
I am trying to publish/release a zip file built during a workflow triggered when pushing a tag, but the release step is unable to find the zip file.
Permission denied (publickey). Error: Process completed with exit code 255. in github action workflow
name: Deploy to EC2