Solution:
repo scopeAdd a new secret in the repository Settings → Secrets → Actions
- Name: PAT.
- Value: Copied token
name: Run update script
run: |
bash tasks/update_markdown/run.sh
env:
SID: ${{ secrets.SID }}
GITHUB_TOKEN: ${{ secrets.PAT }} # change here
This page is auto-translated from [/nishio/GitHub Actionsで他のrepoにpush](https://scrapbox.io/nishio/GitHub Actionsで他のrepoにpush) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.