Skip to content

Commit 6bec5f0

Browse files
committed
fix: add repository to use the token for
1 parent e4d19d7 commit 6bec5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id: generate-token
2222
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
2323
with:
24+
repositories: github-packages
2425
app-id: ${{ vars.CLICKUP_GITHUB_BOT_APP_ID }}
2526
private-key: ${{ secrets.CLICKUP_GITHUB_BOT_PRIVATE_KEY }}
2627
- run: npm publish

0 commit comments

Comments
 (0)