#github-actions (2022-11)
Discussions related to GitHub Actions
2022-11-01
GitHub Actions: Restrict workflows to specific runners using runner group names GitHub Actions: Restrict workflows to specific runners using runner group names
GitHub Actions: Restrict workflows to specific runners using runner group names
can you trigger a workflow from an github App or the other way around?
2022-11-09
GitHub Actions: Ubuntu-latest workflows will use Ubuntu-22.04 GitHub Actions: Ubuntu-latest workflows will use Ubuntu-22.04
GitHub Actions: Ubuntu-latest workflows will use Ubuntu-22.04
2022-11-14
GitHub Actions: Require approval for running workflows from private forks GitHub Actions: Require approval for running workflows from private forks
GitHub Actions: Require approval for running workflows from private forks
2022-11-16
Introducing GitHub Actions Importer Introducing GitHub Actions Importer
Introducing GitHub Actions Importer
Is there a way to use repository/environment secrets in jobs>steps without having to explicitly pass every secret to a step?
2022-11-17
2022-11-22
Webhook enhancements for environment protection rules Webhook enhancements for environment protection rules
Webhook enhancements for environment protection rules
2022-11-28
Does anyone know in GH actions how to kickoff workflows from other repos? I have used convictional/trigger-workflow-and-wait but it works for kicking off a single workflow from a single repo, I need to kick off about 20-30 workflows.
https://codeburst.io/using-github-actions-with-repository-dispatch-event-c113a45b3948 that might be what you’re looking for
If you ever set up a Github Actions workflow on a repository, you will recognize the YAML file that executes steps upon any code you push…