Skip to content

Commit

Permalink
add missing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Aug 6, 2024
1 parent bf0b1a7 commit 74767d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ on:
AWS_ROLE_NAME:
required: false
AWS_ACCOUNT_ID:
required: false
required: false
AWS_ACCESS_KEY_ID:
required: false
AWS_SECRET_ACCESS_KEY:
required: false
AZURE_SUBSCRIPTION_ID:
required: false
AZURE_TENANT_ID:
Expand Down

0 comments on commit 74767d8

Please sign in to comment.