Skip to content

Commit

Permalink
put secrets back in
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed Jun 8, 2023
1 parent 2cc6a4a commit f41d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
version: node .github/changeset-version.js
publish: npx changeset publish
env:
GITHUB_TOKEN: "foo"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: "bar"
NODE_ENV: "production"

0 comments on commit f41d9b8

Please sign in to comment.