Skip to content

Commit

Permalink
Apimgmt 558 (#472)
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: update slack action

---------

Co-authored-by: Marcin Jarczewski <mjarczewski@box.com>
  • Loading branch information
Percival33 and Marcin Jarczewski authored Oct 22, 2024
1 parent 62c8220 commit eb559aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ jobs:
with:
args: "Error running `deploy-staging` job in OpenAPI CI"

- name: Send Slack notification
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
"text": "**new gha**\nPushed latest OpenAPI changes to `en-staging` branch :rocket:",
"icon_url": "https://avatars3.githubusercontent.com/u/8659759?s=200&v=4",
"username": "GitHub Actions"
}
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

# Build the OpenAPI spec and validate using Codegen
validate-spec:
name: Validate OpenAPI spec using Codegen
Expand Down

0 comments on commit eb559aa

Please sign in to comment.