Skip to content

Commit

Permalink
fix: add repository to use the token for
Browse files Browse the repository at this point in the history
  • Loading branch information
mysza committed Sep 30, 2024
1 parent e4d19d7 commit 6bec5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bec5f0

Please sign in to comment.