Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(hub-501): adding scope to setup-node in action
  • Loading branch information
kevin-boutin committed Sep 15, 2023
commit 7a16f43abcd73938c42a4da12eb99907ca498f3b
1 change: 1 addition & 0 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/setup-node@v3
with:
always-auth: true
scope: '@locusrobotics'
node-version: ${{ env.NODE_VERSION }}
registry-url: https://npm.pkg.github.com/locusrobotics/

Expand Down