From 9a2665b3a7d7ea1b80a3c0e5da4da5622dc5408d Mon Sep 17 00:00:00 2001 From: Marcin Jarczewski Date: Tue, 22 Oct 2024 23:30:29 +0200 Subject: [PATCH] Apimgmt 558 (#474) * chore: update CI * chore: update CI print path * chore: update CI print path v2 * chore: update CI fix path for codegen * chore: fix env variable --------- Co-authored-by: Marcin Jarczewski --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8aa2da8..6ae24ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: "username": "GitHub Actions" } env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - name: Send Slack using Slack GHA notification uses: slackapi/slack-github-action@v1.27.0 @@ -154,7 +154,7 @@ jobs: "username": "GitHub Actions" } env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # The deploy task actually deploys any changes to the en-staging branch push-to-en-staging: @@ -225,7 +225,7 @@ jobs: "username": "GitHub Actions" } env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - name: Send Slack using Slack GHA notification uses: slackapi/slack-github-action@v1.27.0 @@ -238,7 +238,7 @@ jobs: "username": "GitHub Actions" } env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # Build the OpenAPI spec and validate using Codegen validate-spec: