Skip to content

Commit

Permalink
chore: change SLACK_TOKEN to SLACK_INFRA_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed May 10, 2024
1 parent c21d205 commit 1c8dc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd .github/workflows/slack
terraform init
terraform apply \
-var "slack_token=${{ secrets.SLACK_TOKEN }}" \
-var "slack_token=${{ secrets.SLACK_INFRA_TOKEN }}" \
-auto-approve
- name: Check if there are any uncommitted changes
id: git-check
Expand Down

0 comments on commit 1c8dc09

Please sign in to comment.