Skip to content

Commit 49d574a

Browse files
authored
Merge pull request #97 from atomicfi/erik/sdk-206-auto-notify-slack-channel-with-sdk-changes
ci: add release notification workflow
2 parents 84f6187 + 5b1e831 commit 49d574a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Document Releases
2+
3+
on:
4+
release:
5+
types:
6+
- created
7+
8+
jobs:
9+
notify:
10+
uses: atomicfi/mobile-conformance-tests/.github/workflows/notify_releases.yml@main
11+
secrets:
12+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASES_WEBHOOK_URL }}
13+
NOTION_API_KEY: ${{ secrets.NOTION_RELEASES_API_KEY }}
14+
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
15+
GITHUB_DEPLOY_KEY: ${{ secrets.CONFORMANCE_REPO_PULL_KEY }}

0 commit comments

Comments
 (0)