From c7a34f9c3f71ed3919774915ed7d9a42152c15cc Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 13 Feb 2024 23:10:13 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a706a7c..76d9742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,3 +14,5 @@ jobs: uses: fluentci-io/setup-fluentci@v3 - name: Run Dagger Pipelines run: fluentci run deno_pipeline fmt lint + env: + DAGGER_CLOUD_TOKEN: ${{secrets.DAGGER_CLOUD_TOKEN}}