We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d19d7 commit 6bec5f0Copy full SHA for 6bec5f0
.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