Which value to be taken from the locally downloaded JWT token to be used in the project to use google action addon. How to use the token value
Hi @swathi.T ,
you have to input it as a Secret Parameter in TestProject to be encrypted inside the tests that use the Addon.
This parameter will hold the JWT token, we will make it a secret parameter, paste the contents of the JWT token that was generated inside this parameter:
And you will use that parameter inside the JsonSecrets input Field in every action.
You can find more information about this here:
Let me know if you have managed.