Digger Team: When a run is queued and waits to be applied until user approved. We precreate job token and the expiry is set to two hours later. It means if a user waits more than that time before approving the token would have expired and job would h ave failed. In this PR we always refresh the token just before triggering the job in order to make sure that token would have not expired
Digger Team: When a run is queued and waits to be applied until user approved. We precreate job token and the expiry is set to two hours later. It means if a user waits more than that time before approving the token would have expired and job would h ave failed. In this PR we always refresh the token just before triggering the job in order to make sure that token would have not expired