Skip to content

Commit

Permalink
Apimgmt 558 (#474)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Percival33 and Marcin Jarczewski authored Oct 22, 2024
1 parent fe4cc4a commit 9a2665b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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:
Expand Down Expand Up @@ -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/[email protected]
Expand All @@ -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:
Expand Down

0 comments on commit 9a2665b

Please sign in to comment.