From 6bec5f0b67001c4d0bf551149ab339f5e2360479 Mon Sep 17 00:00:00 2001 From: Michal Michalowski Date: Mon, 30 Sep 2024 15:48:21 +0200 Subject: [PATCH] fix: add repository to use the token for --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) 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