Skip to content

Commit

Permalink
chore(ci): use a PAT for internal npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Nov 25, 2024
1 parent cae637a commit d53f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
registry-url: "https://npm.pkg.github.com"
scope: "@sapcc"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ELEKTRA_GITHUB_NPM_TOKEN }}

- name: Install yarn
run: npm install -g yarn
Expand Down

0 comments on commit d53f3c6

Please sign in to comment.