Skip to content

Commit 7bb956c

Browse files
authored
Merge pull request #30 from time-loop/mike-m/fix-publish-ci-action-token
fix(fields): use static token for publishing the package [CLK-547306]
2 parents bc93745 + fb23279 commit 7bb956c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
cache: 'npm'
1818
registry-url: 'https://npm.pkg.github.com'
1919
- 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 }}
2720
- run: npm publish
2821
env:
29-
NODE_AUTH_TOKEN: ${{ steps.generate-token.outputs.token }}
22+
NODE_AUTH_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)