Skip to content

Commit

Permalink
Add GITHUB_TOKEN environment variable to publish.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannemas committed Apr 5, 2024
1 parent b557747 commit be7af3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be7af3a

Please sign in to comment.