diff --git a/.github/workflows/packages.react-router-busy.release.yml b/.github/workflows/packages.react-router-busy.release.yml index a0b12ad..9ef8b67 100644 --- a/.github/workflows/packages.react-router-busy.release.yml +++ b/.github/workflows/packages.react-router-busy.release.yml @@ -79,5 +79,5 @@ jobs: with: working_directory: ./packages/react-router-busy env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.COPY_GITHUB_REPO_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/react-router-busy/package.json b/packages/react-router-busy/package.json index 8d02561..92a3cc3 100644 --- a/packages/react-router-busy/package.json +++ b/packages/react-router-busy/package.json @@ -17,6 +17,7 @@ }, "repository": { "type": "git", + "//url": "Semantic Release uses this to get the code, and mirror might not be updated since separate action + needs token while private, but also this might be where tags are published and we do want it in mirrored one", "url": "git+https://github.com/bitofbreeze/react-router-busy.git" }, "license": "MIT",