How do I rotate my GitHub Cloudflare WARP keys?

Responsive Ad Header

Question

Grade: Education Subject: Support
How do I rotate my GitHub Cloudflare WARP keys?
Asked by:
47 Viewed 47 Answers

Answer (47)

Best Answer
(329)
To rotate your keys, generate a new key pair using `warp create`. Update your GitHub Secrets with the new public key. Then, revoke the old key using `warp revoke `. Finally, test your workflows to ensure they are using the new key correctly. Automating this process is recommended for regular security updates.