Home > Software design >  Revert changes on GitHub secret
Revert changes on GitHub secret

Time:08-17

Is it possible to revert the change I have made on my GitHub secret? I am debugging and found that the tasks are failed when secret is changed, and I happen to forgot the value I was using so I cannot change them back directly.

CodePudding user response:

No, once overwritten the old value can't be retrieved.

  • Related