diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index 5d90284d..93c7832c 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -33,6 +33,7 @@ jobs: - name: Notify uses: ./.github/actions/notify with: + webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }} title: Terraform Acceptance Tests started event_title: ${{ github.event.type }} event_author: ${{ github.event.actor.login }} @@ -73,6 +74,7 @@ jobs: - name: Notify uses: ./.github/actions/notify with: + webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }} title: Terraform Acceptance Tests finished event_title: ${{ github.event.type }} event_author: ${{ github.event.actor.login }}