Skip to content

Commit

Permalink
ci: setup DAGGER_CLOUD_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 21, 2024
1 parent 0623271 commit d35e565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
env:
GOOGLE_APPLICATION_CREDENTIALS: fluentci-086b644d4c53.json
TF_VERSION: 1.5.2
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
dagger call validate --src . --tf-version 1.5.7
dagger call plan --src . --tf-version 1.5.7 --google-application-credentials ./fluentci-086b644d4c53.json
working-directory: example
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 comments on commit d35e565

Please sign in to comment.