Skip to content

Commit 6fc0a89

Browse files
Update test.yaml
1 parent 4fb6fc5 commit 6fc0a89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
- name: Install Dagger CLI
1616
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
1717
- name: Run Dagger pipeline
18-
run: dagger run go run ci/main.go
18+
env:
19+
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
20+
run: dagger run go run ci/main.go

0 commit comments

Comments
 (0)