Skip to content

Commit

Permalink
Use gh token with access to repos
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 07b05a6d6d158469baead75758af245c6b39f39f
  • Loading branch information
f authored and actions-user committed Sep 19, 2024
1 parent 6ffa594 commit d8c4dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.react-router-busy.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions packages/react-router-busy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d8c4dbe

Please sign in to comment.