Skip to content

Commit

Permalink
chore: Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Aug 8, 2024
1 parent 7b46fca commit 5578696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
- name: Run lock discussion
run: |
cd lock-discussion
npm run lock --TOKEN=${{ secrets.GITHUB_TOKEN }}
npm run lock
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5578696

Please sign in to comment.