Skip to content

Commit

Permalink
pass through secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 21, 2024
1 parent f21ddd5 commit 861d29c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-analytics-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-api-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
if: failure()
needs: [api-checks, vulnerability-scans, deploy]
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-frontend-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/cd-metabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
send-slack-notification:
if: failure()
uses: ./.github/workflows/send-slack-notification.yml
secrets: inherit
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,6 @@ help: ## Prints the help documentation and info about each command
# TESTING


# TESTING

# TESTING

0 comments on commit 861d29c

Please sign in to comment.