diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4f44d58..5bb56b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,7 @@ jobs: id: generate-token uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: + repositories: github-packages app-id: ${{ vars.CLICKUP_GITHUB_BOT_APP_ID }} private-key: ${{ secrets.CLICKUP_GITHUB_BOT_PRIVATE_KEY }} - run: npm publish