Skip to content

Commit

Permalink
chore: workflow token adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo committed Jan 16, 2025
1 parent 8e3d8ff commit 576e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
pnpm run build:all
- name: Publish
run: bash scripts/publish-experimental.sh
run: bash scripts/publish-experimental.sh ${{ secrets.NODE_AUTH_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 576e41b

Please sign in to comment.