Skip to content

Commit

Permalink
Checkout repo with PAT in release action (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jul 24, 2024
1 parent 19f3ab0 commit 24e5a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:

steps:
- uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PUSH_PAT }}

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 24e5a6d

Please sign in to comment.