Skip to content

Commit

Permalink
[workflows] added scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 10, 2024
1 parent 89c4c40 commit c715a3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
# //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
# @octocat:registry=https://npm.pkg.github.com
# always-auth=true
registry-url: https://npm.pkg.github.com/

# Defaults to the user or organization that owns the workflow file
scope: ${{ github.actor }}
- name: build libs
run: |
npm --prefix ../../ install
Expand Down

0 comments on commit c715a3c

Please sign in to comment.