Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayellapragada committed Apr 11, 2024
1 parent 066947b commit 045411c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
module: network/sandbox
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

# apply_cluster:
# name: Apply Cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
terraform_version: ${{ github.event.inputs.terraform_version }}
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}

SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
AWS_ACCOUNT_ID:
description: AWS account in which Terraform will run
required: true
SLACK_BOT_TOKEN:
description: Token used to send messages to Slack
required: true

env:
# SLACK_CHANNEL: '#mission-control'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
AWS_ACCOUNT_ID:
description: AWS account in which tests will run
required: true
SLACK_BOT_TOKEN:
description: Token used to send messages to Slack
required: true

env:
KUBECONFIG: /tmp/kubeconfig
Expand Down

0 comments on commit 045411c

Please sign in to comment.