Skip to content

Commit 305e1bb

Browse files
committed
Add NODE_AUTH_TOKEN
1 parent 4c39450 commit 305e1bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323

2424
env:
2525
APP_NAME: xtravels
26+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
jobs:
2728
deploy:
2829
runs-on: ubuntu-latest

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
node-version: 22
2323
- uses: actions/checkout@v5
2424
- run: npm install
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2527
- uses: actions/setup-java@v5
2628
with:
2729
distribution: sapmachine

0 commit comments

Comments
 (0)