Skip to content

Commit bba0a18

Browse files
spike-rabbitfh1ch
authored andcommitted
build(github): add missing maptiler key param
1 parent 4731e77 commit bba0a18

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/next-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
secrets:
3030
SIEMENS_NPM_TOKEN: ${{ secrets.SIEMENS_NPM_TOKEN }}
3131
SIEMENS_NPM_USER: ${{ secrets.SIEMENS_NPM_USER }}
32+
MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
3233

3334
publish:
3435
runs-on: ubuntu-24.04

.github/workflows/publish-documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
secrets:
1111
SIEMENS_NPM_TOKEN: ${{ secrets.SIEMENS_NPM_TOKEN }}
1212
SIEMENS_NPM_USER: ${{ secrets.SIEMENS_NPM_USER }}
13+
MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
1314

1415
publish-documentation:
1516
runs-on: ubuntu-24.04

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
secrets:
99
SIEMENS_NPM_TOKEN: ${{ secrets.SIEMENS_NPM_TOKEN }}
1010
SIEMENS_NPM_USER: ${{ secrets.SIEMENS_NPM_USER }}
11+
MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
1112

1213
publish:
1314
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)