We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d275039 commit 30f8211Copy full SHA for 30f8211
1 file changed
.github/workflows/build-test.yml
@@ -13,4 +13,7 @@ jobs:
13
build_test:
14
uses: iit-DLSLab/cicd_tools/.github/workflows/dls2_build_test.yml@main
15
with:
16
- test-command: "ls"
+ test-command: "ls"
17
+ secrets:
18
+ GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
19
+ CICD_PAT: ${{ secrets.CICD_PAT }}
0 commit comments