Skip to content

Commit 56c72f3

Browse files
committed
fix: add token changepacks action for PR comments
1 parent 0e090fa commit 56c72f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
- uses: actions/checkout@v5
120120
- uses: changepacks/action@main
121121
id: changepacks
122+
with:
123+
token: ${{ secrets.GITHUB_TOKEN }}
122124
outputs:
123125
changepacks: ${{ steps.changepacks.outputs.changepacks }}
124126
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}

0 commit comments

Comments
 (0)