We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4d19d7 + 6bec5f0 commit bc93745Copy full SHA for bc93745
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
id: generate-token
22
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
23
with:
24
+ repositories: github-packages
25
app-id: ${{ vars.CLICKUP_GITHUB_BOT_APP_ID }}
26
private-key: ${{ secrets.CLICKUP_GITHUB_BOT_PRIVATE_KEY }}
27
- run: npm publish
0 commit comments