Skip to content

Commit

Permalink
Merge pull request #29 from time-loop/mike-m/fix-publish-ci-action
Browse files Browse the repository at this point in the history
fix(fields): fix publish CI action [CLK-547306]
  • Loading branch information
mysza authored Sep 30, 2024
2 parents e4d19d7 + 6bec5f0 commit bc93745
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 bc93745

Please sign in to comment.