GitHub Actions IP Ranges for whitelisting on Azure VM #177686
              
                Unanswered
              
          
                  
                    
                      inspiroz-insights
                    
                  
                
                  asked this question in
                Actions
              
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Actions Runner
Discussion Details
I have an Azure Ubuntu VM on which I have deployed my frontend as well as backend. In order to deploy the latest code from GitHub to Azure VM, I had to manually run some steps each time, which was a pain for me. So I wrote a yml file to automate this process with the help of GitHub Actions, but the script is unable to access the VM because the IP of GitHub Actions Runner changes everytime it runs. I found GitHub Actions IP Ranges on GitHub API. But after whitelisting 4000 IP Ranges, I hit the limit to add more IP Ranges, there are approximately 6000 IP Ranges listed. I want to know if there is any better way to implement this thing. If anyone could help me with this, it'll be really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions