Skip to content

Commit

Permalink
remove npm whoami command
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Nov 7, 2024
1 parent b10e425 commit f2873f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
# Note that the secrets.GHCR_PAT is a GitHub Personal Access Token and is defined
# in the idsse-muppet's repository's secrets settings
# - name: Create .npmrc file
# run: |
# echo 'registry=https://registry.npmjs.org/' > .npmrc
# echo '@noaa-gsl:registry=https://npm.pkg.github.com/' >> .npmrc
# echo "//npm.pkg.github.com/:_authToken=${{ secrets.GHCR_PAT }}" >> .npmrc
# run: |
# echo 'registry=https://registry.npmjs.org/' > .npmrc
# echo '@noaa-gsl:registry=https://npm.pkg.github.com/' >> .npmrc
# echo "//npm.pkg.github.com/:_authToken=${{ secrets.GHCR_PAT }}" >> .npmrc

- name: Install node
uses: actions/setup-node@v4
Expand All @@ -36,8 +36,8 @@ jobs:
# cache: 'npm'
# cache-dependency-path: ./package-lock.json

- name: Check GitHub login status
run: npm whoami --registry=https://npm.pkg.github.com
# - name: Check GitHub login status
# run: npm whoami --registry=https://npm.pkg.github.com

- name: Install npm dependencies
run: npm ci
Expand Down

0 comments on commit f2873f3

Please sign in to comment.