public-ip icon indicating copy to clipboard operation
public-ip copied to clipboard

Do you find that this action works to whitelist runner ips?

Open iDVB opened this issue 3 years ago • 2 comments

Right now, I'm getting IPs like 52.165.42.83. I then whitelist in another step, and then have a lighthouse test in the next step. Lighthouse then reports 403 which is what happens when the WAF denies rather than allows. Then googling around there seems to be different ways on how to properly whitelist GitHub Actions:

Needless to say, I'm a bit confused as to what info is the latest and what actually works now.

iDVB avatar Mar 28 '21 23:03 iDVB

I found this did work to whitelist runner IPs.

tlhunter avatar May 17 '22 18:05 tlhunter

Hello @iDVB,

I'm sorry for the late response. I think the action works like expected. It returns the runner's public IP address. All you have to do is to use the tool that works with your target environment (Azure, AWS, etc.) and authorize the returned address by the action.

A reproduction repo / workflow is needed so I can help you.

haythem avatar Oct 21 '22 10:10 haythem