Skip to content

Commit

Permalink
Use the GitHub token for changesets (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeblahblah authored Mar 8, 2024
1 parent 6c990e1 commit ad1c799
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 @@ -47,7 +47,7 @@ jobs:
uses: changesets/action@v1
id: changesets
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# The steps below here only run when there's something to publish

Expand Down

0 comments on commit ad1c799

Please sign in to comment.