Skip to content

Commit

Permalink
chore: change SLACK_TOKEN to SLACK_INFRA_TOKEN (asyncapi#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • 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

1 comment on commit fac1b67

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errors:

  • Bad Authentication data.

Please sign in to comment.