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 4fb6fc5 commit 6fc0a89Copy full SHA for 6fc0a89
.github/workflows/test.yaml
@@ -15,4 +15,6 @@ jobs:
15
- name: Install Dagger CLI
16
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
17
- name: Run Dagger pipeline
18
- run: dagger run go run ci/main.go
+ env:
19
+ DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
20
+ run: dagger run go run ci/main.go
0 commit comments