Question
How do I rotate my GitHub Cloudflare WARP keys?
Asked by: USER7118
47 Viewed
47 Answers
Answer (47)
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.