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 19, 2024
1 parent d65d6b9 commit 5424617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Run Terraform Init, Validate, Plan and Apply
run: fluentci run . init validate plan apply
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
GOOGLE_APPLICATION_CREDENTIALS: fluentci-086b644d4c53.json
TF_VERSION: 1.7.3
TF_VAR_gcp_credentials: fluentci-086b644d4c53.json
Expand All @@ -29,6 +30,7 @@ jobs:
{
"cf_aws_access_key_id": "${{ secrets.CF_AWS_ACCESS_KEY_ID }}",
"cf_aws_secret_access_key": "${{ secrets.CF_AWS_SECRET_ACCESS_KEY}}",
"dagger_cloud_token": "${{ secrets.DAGGER_CLOUD_TOKEN }}",
"deno_deploy_token": "${{ secrets.DENO_DEPLOY_TOKEN }}",
"mvola_consumer_key": "${{ secrets.MVOLA_CONSUMER_KEY }}",
"mvola_consumer_secret": "${{ secrets.MVOLA_CONSUMER_SECRET }}",
Expand All @@ -38,5 +40,4 @@ jobs:
"sonar_token": "${{ secrets.SONAR_TOKEN }}",
"spin_auth_token": "${{ secrets.SPIN_AUTH_TOKEN }}",
"wasmer_token": "${{ secrets.WASMER_TOKEN }}",
"dagger_cloud_token": "${{ secrets.DAGGER_CLOUD_TOKEN }}",
}

0 comments on commit 5424617

Please sign in to comment.