Skip to content

Commit

Permalink
chore: add NPM_TOKEN variable to script
Browse files Browse the repository at this point in the history
  • Loading branch information
xiplias authored Apr 8, 2024
1 parent 0d79061 commit 0ca9812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/library-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ on:
jobs:
run:
runs-on: ubuntu-latest

env:
NPM_TOKEN: ${{ secrets.write_github_token }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ca9812

Please sign in to comment.