Skip to content

Commit

Permalink
Update github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Dec 13, 2023
1 parent f77bfed commit aa0c116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
- uses: ./.github/actions/setup
- name: Retrieve saved build files
uses: actions/download-artifact@v3
Expand All @@ -79,7 +78,7 @@ jobs:
path: dist
- name: Deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgsize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
build-command: yarn build
display-size: uncompressed, gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit aa0c116

Please sign in to comment.