I use GitHub Actions in my personal website for automatic deployment. However, it is pretty annoying that I have to update my token once in a while and I many times forget how to update it. Here is a memo for myself.

First, regenerate the token here . Copy the new token.

Second, go to the repository that uses the workflow. Settings -> Security -> Secrets -> Actions. Find the secret which …