Merging PR with a change to analytics.authentication.token -- Is it safe?

Hi,

I am configuring Katalon to be integrated to Katalon Analytics, and in doing so it’s creating a change:

analytics.authentication.token=“TOKEN GENERATED HERE”

The analytics does seem to be connected to the pipeline when the tests are run in the pipeline, but this token seems to be updated very frequently.

My question is: If I check in one of these tokens at a given point in time, can I be assured that our test pipeline will continue to work with Katalon Analytics (i.e. I can add com.kms.katalon.integration.analytics.properties to .gitignore once merged)? Furthermore, is doing such a thing recommended, or at least, not advised against?

Thanks in advance.