Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit d6cfaed

Browse files
committed
feat: ⚡ updated ci for trackjs
1 parent f1b3144 commit d6cfaed

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ inputs:
55
description: Node environment
66
required: false
77
default: staging
8+
TRACKJS_TOKEN:
9+
description: Trackjs Token
10+
required: false
811
runs:
912
using: composite
1013
steps:
1114
- name: Building Docusaurus project
1215
env:
1316
NODE_ENV: ${{ inputs.NODE_ENV }}
17+
TRACKJS_TOKEN: ${{ inputs.TRACKJS_TOKEN }}
1418
run: npm run build
1519
shell: bash

.github/workflows/release_production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: ./.github/actions/build
2424
with:
2525
NODE_ENV: production
26+
TRACKJS_TOKEN: ${{ secrets.TRACKJS_TOKEN }}
2627
- name: Versioning
2728
uses: ./.github/actions/versioning
2829
with:

0 commit comments

Comments
 (0)