We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc93745 commit fb23279Copy full SHA for fb23279
.github/workflows/publish.yml
@@ -17,13 +17,6 @@ jobs:
17
cache: 'npm'
18
registry-url: 'https://npm.pkg.github.com'
19
- run: npm ci
20
- - name: Generate token
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
28
env:
29
- NODE_AUTH_TOKEN: ${{ steps.generate-token.outputs.token }}
+ NODE_AUTH_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}
0 commit comments