Skip to content

Commit b8c4488

Browse files
committed
main: pass slack webhook url and mapping github to slack ids mapping
1 parent 19fb870 commit b8c4488

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/soup-check-changes-and-generate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
gh-api-token: ${{ env.GH_API_TOKEN }}
2525
soup-approvers: ${{ vars.SOUP_APPROVERS }}
2626
base-branch: origin/${{ github.event.pull_request.base.ref || inputs.base-branch || 'main' }}
27+
slack-webhook-url: ${{ secrets.SOUP_APPROVERS_WEBHOOK_URL }}
28+
github-to-slack-mapping: ${{ vars.SOUP_APPROVERS_GITHUB_TO_SLACK_ID_MAPPING }}

0 commit comments

Comments
 (0)