From ebd53214fd5b1c0d3c1ee4f2f17d57facd7ccf64 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sat, 30 Mar 2024 13:42:47 -0400 Subject: [PATCH] Toon yelled at me :3 --- content/3.client/5.upgrade.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/content/3.client/5.upgrade.md b/content/3.client/5.upgrade.md index 11d50b3..7ded961 100644 --- a/content/3.client/5.upgrade.md +++ b/content/3.client/5.upgrade.md @@ -12,8 +12,7 @@ You can also setup a scheduled workflow to automatically update your instance. T To do this, you will need to follow the guide below... 1. If you have not already, click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository. -2. Create a [personal access token](https://docs.catalyst.zoho.com/en/tutorials/githubbot/java/generate-personal-access-token) and add to [repository's secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) as `PAT` -3. Paste the below file into your repository's root `/.github/workflows` directory +2. Paste the below file into your repository's root `/.github/workflows` directory ```yaml # File: .github/workflows/sync.yml @@ -34,14 +33,12 @@ jobs: steps: - uses: actions/checkout@v3 - run: gh repo sync / # Replace the placeholders within the < > - env: - GH_TOKEN: ${{ github.token }} - uses: gautamkrishnar/keepalive-workflow@v1 ``` -4. Replace the `` placeholder with the GitHub username of the account that owns the fork. -5. Replace the `` placeholder with the repository name of your fork. -6. Commit and push the changes to your repository. +3. Replace the `` placeholder with the GitHub username of the account that owns the fork. +4. Replace the `` placeholder with the repository name of your fork. +5. Commit and push the changes to your repository. Your instance should now be automatically updated to the latest version.