Skip to content

Commit bc93745

Browse files
authored
Merge pull request #29 from time-loop/mike-m/fix-publish-ci-action
fix(fields): fix publish CI action [CLK-547306]
2 parents e4d19d7 + 6bec5f0 commit bc93745

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)