diff --git a/content/3.client/5.upgrade.md b/content/3.client/5.upgrade.md index 7ded961..aaa9a42 100644 --- a/content/3.client/5.upgrade.md +++ b/content/3.client/5.upgrade.md @@ -33,6 +33,8 @@ 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 ```