Skip to content

Commit 23195ca

Browse files
committed
fix 🐛(core): enabled taskfiles remote config (#15)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 223db01 commit 23195ca

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/confluence.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
# prerelease tags, more or less
1313
- "v[0-9]+.[0-9]+.[0-9]+-*"
1414

15+
env:
16+
TASK_X_REMOTE_TASKFILES: 1
17+
1518
jobs:
1619
confluence:
1720
runs-on: ubuntu-20.04

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
# prerelease tags, more or less
1818
- "v[0-9]+.[0-9]+.[0-9]+-*"
1919

20+
env:
21+
TASK_X_REMOTE_TASKFILES: 1
22+
2023
permissions:
2124
contents: read
2225
pull-requests: read

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
NODE_VERSION: 14.15.5
1414
LANG: en_US.UTF-8
1515
LC_ALL: en_US.UTF-8
16+
TASK_X_REMOTE_TASKFILES: 1
1617

1718
jobs:
1819
publish:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
TMP_CHANGELOG_FILENAME: TMP_CHANGELOG.md
14+
TASK_X_REMOTE_TASKFILES: 1
1415

1516
jobs:
1617
release:

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
env:
1616
SONAR_HOST_URL: "${{ secrets.SONAR_HOST_URL }}"
1717
SONAR_LOGIN: "${{ secrets.SONAR_LOGIN }}"
18+
TASK_X_REMOTE_TASKFILES: 1
1819

1920
jobs:
2021
sonar-scan:

0 commit comments

Comments
 (0)