Skip to content

Commit

Permalink
chore: change SLACK_TOKEN to SLACK_INFRA_TOKEN (#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
Shurtu-gal and derberg authored May 13, 2024
1 parent fae3c06 commit fac1b67
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 fac1b67

Please sign in to comment.