I Just think accept multiple tokens & each token get their repository, remain actions keeps almost same. Example yaml: ```yaml github: token: ["token1", "token2"] ``` Example environment variable: ```bash export GITHUB_TOKEN="token1,token2" ```