mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Merge pull request #2487 from codeflash-ai/chore/npm-token-for-js-action
include npm token inside js/ts action
This commit is contained in:
commit
cc4eaf4392
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeflash-js.yaml
vendored
2
.github/workflows/codeflash-js.yaml
vendored
|
|
@ -74,6 +74,7 @@ jobs:
|
|||
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
|
||||
CODEFLASH_PR_NUMBER: ${{ github.event.number }}
|
||||
COLUMNS: 110
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -126,6 +127,7 @@ jobs:
|
|||
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
|
||||
CODEFLASH_PR_NUMBER: ${{ github.event.number }}
|
||||
COLUMNS: 110
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue