-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
fe4cc4a
commit 9a2665b
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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/[email protected] | ||
|
@@ -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: | ||
|