Skip to content

Commit

Permalink
Just attaching as a file
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 22, 2024
1 parent 575b663 commit 6e13078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/entraid-scim-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Send Terraform plan output to Slack
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d #v2.0.0
with:
token: ${{ env.SLACK_BOT_TOKEN }}
token: ${{ env.AWS_ROOT_ACCOUNT_NOTIFICATIONS_SLACK_INFORMATION_SLACK_BOT_TOKEN }}
method: files.uploadV2
payload: |
channel: ${{ env.SLACK_CHANNEL }}
channel: ${{ env.AWS_ROOT_ACCOUNT_NOTIFICATIONS_SLACK_INFORMATION_SLACK_CHANNEL }}
initial_comment: Terraform output attached!
file: "plan_output.txt"
filename: "plan-output-${{ github.run_id }}.txt"

0 comments on commit 6e13078

Please sign in to comment.