Skip to content

Commit 82d0a11

Browse files
committed
test secret
1 parent 05a6645 commit 82d0a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
env:
1414
REGISTRY_ADDRESS: "ttl.sh/ptime/test:latest"
1515
REGISTRY_USERNAME: "joe"
16-
REGISTRY_PASSWORD: "password"
17-
#REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
16+
#REGISTRY_PASSWORD: "password"
17+
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
1818
with:
1919
# Dagger Version
2020
version: 0.15.3
@@ -29,7 +29,7 @@ jobs:
2929
# Dagger module to call. Local or Git
3030
module: .
3131
# Arguments to pass to CLI
32-
args: ci-integration --pass=true --dir=./ --registry-address=${{ env.REGISTRY_ADDRESS }} --registry-username=${{ env.REGISTRY_USERNAME }} --registry-password=env:env.REGISTRY_PASSWORD export --path=./reports/
32+
args: ci-integration --pass=true --dir=./ --registry-address=${{ env.REGISTRY_ADDRESS }} --registry-username=${{ env.REGISTRY_USERNAME }} --registry-password=env:${{ env.REGISTRY_PASSWORD }} export --path=./reports/
3333
- name: Unittest Report
3434
uses: dorny/[email protected]
3535
with:

0 commit comments

Comments
 (0)