Skip to content

Commit

Permalink
👷 ci: Verifying that GPR+login works
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 11, 2021
1 parent cf3a7ab commit d8972d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 15
# registry-url: https://npm.pkg.github.com
registry-url: https://registry.npmjs.org
# We must indicate the Github Package Registry, as our config packages
# are there (and also NPM). Frustratingly, NPM prefers the GPR over
# NPM - even when we indicate that we want to pull from NPM instead of
# the GPR.
registry-url: https://npm.pkg.github.com

- run: npm ci
env:
# Provide a "password" to GPR so that we can pull our packages.
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d8972d1

Please sign in to comment.