Skip to content

Commit 30f8211

Browse files
committed
build test fix
1 parent d275039 commit 30f8211

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
build_test:
1414
uses: iit-DLSLab/cicd_tools/.github/workflows/dls2_build_test.yml@main
1515
with:
16-
test-command: "ls"
16+
test-command: "ls"
17+
secrets:
18+
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
19+
CICD_PAT: ${{ secrets.CICD_PAT }}

0 commit comments

Comments
 (0)