We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f6187 + 5b1e831 commit 49d574aCopy full SHA for 49d574a
1 file changed
.github/workflows/documentation.yml
@@ -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