Securing API key using IP Address.

I have a a Google API key I want to secure. One of the options to secure this with is ip.
I have a postgres function that's calling API using HTTP and I'm putting the API key in that function. The IP address that's calling the HTTP req is 23.90.20.110

Will this ever change? Or can I reliably set the IP knowing it won't change?
Was this page helpful?