Skip to content

Commit 3f003f2

Browse files
committed
test: update
1 parent 1cfaa0a commit 3f003f2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/actions/install-tdengine/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ inputs:
1313
required: true
1414
type: string
1515
description: 'Labels, e.g., self-hosted, Linux, X64, fractal, edge_td, fractal-edge-1'
16+
secrets:
17+
required: true
18+
type: string
19+
description: 'Secrets, e.g., NAS_DOWNLOAD_URL'
20+
1621
# BASE_URL=${{ secrets.NAS_DOWNLOAD_URL }}
1722
runs:
1823
using: 'composite'
@@ -25,7 +30,7 @@ runs:
2530
run: |
2631
VERSION=${{ inputs.version }}
2732
GROUP=${{ inputs.group }}
28-
BASE_URL=http://192.168.1.131/data/nas/TDengine
33+
BASE_URL=${{ inputs.secrets }}
2934
3035
# Get major version
3136
MAJOR_VERSION=$(echo $VERSION | cut -d '.' -f 1-2)

.github/workflows/call.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
version: 3.3.5.1
1919
group: fractal
2020
labels: '[self-hosted, Linux, X64, fractal, edge_td, fractal-edge-1]'
21+
secrets: ${{ secrets.NAS_DOWNLOAD_URL }}

0 commit comments

Comments
 (0)