github enable actions only for protected branches
I am trying to find a way by which i can disable github actions on a set of branches,(and not by adding if conditions in the workflow files, which can be edited by a developer.)
Error in CI-CD on my github, it’s only working on one branch
I have a branch called ci-checks, I started doing the ci-cd in this branch and for now everything is working normally, when I created another branch to create new features and deal with bugs. When I went to push it on github it was no longer applying the ci cd and nothing appeared in the actions! My question, how to adjust github to use ci cd in all branches?
setting permissions for GITHUB_TOKEN in action workflow doesn’t work
I’m trying to give workflow-scoped write-permissions to my GITHUB_TOKEN
in order to authenticate a curl-request:
github actions: refer to artifacts of PR-workflow in subsequent “Merged”-workflow
I want to setup github actions such that creating a pull request against master will trigger a workflow that builds and unit-tests the app. Then, once accepted and merged, an other workflow should be triggered that uses the build artifacts and deploys them.
Github Actions: Share and reuse the node module package between different jobs
I want to make a Github CI pipeline with 3 jobs:
Modify the run-name into uppercase of workflow github actions
How can we modify the case of the word in the “run-name”?