# Using GitHub Actions with Heroku Flow for additional Security Control

DevFeed: [Using GitHub Actions with Heroku Flow for additional Security Control](<https://devfeed.tech/articles/using-github-actions-with-heroku-flow-for-additional-security-control-26506.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/using-github-actions-heroku-flow-additional-security-control/>)

Author: Andrew Fawcett

Published: 2025-03-27T15:04:21Z

Content type: tutorial

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Heroku](<https://devfeed.tech/topics/heroku.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Security](<https://devfeed.tech/topics/security.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Docker](<https://devfeed.tech/topics/docker.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [docker](<https://devfeed.tech/tags/docker.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [heroku-flow](<https://devfeed.tech/tags/heroku-flow.md>), [security](<https://devfeed.tech/tags/security.md>)

## AI overview

This tutorial explains how to run a GitHub Actions Runner on Heroku and connect GitHub Actions with Heroku Flow. It presents a sample configuration intended to support private repositories, source-code controls, security requirements, and CI/CD workflows while retaining the Heroku Pipeline dashboard experience.

## Source excerpt

Many advanced users want to use GitHub Actions with their applications on Heroku. Now there's a straightforward way to use these great systems together, and to meet strong security and compliance requirements at the same time. A Solution for GitHub IP Range Restrictions Heroku is a powerful platform that offers robust CI/CD capabilities and secure, [...] The post Using GitHub Actions with Heroku Flow for additional Security Control appeared first on Heroku.