Skip to content

Commit 93de269

Browse files
committed
ci: added MOONBASE_SECRET_KEY to ci
1 parent 20e43c7 commit 93de269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- uses: "moonrepo/setup-toolchain@v0"
17-
- run: "moon ci"
17+
- run: "moon ci --color"
18+
env:
19+
MOONBASE_SECRET_KEY: ${{ secrets.MOONBASE_SECRET_KEY }}
1820
- uses: "moonrepo/run-report-action@v1"
1921
if: success() || failure()
2022
with:

0 commit comments

Comments
 (0)