Add amplitude release (#1720)

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Joseph T. Lyons 2022-10-11 18:25:36 -04:00 committed by GitHub
parent 638e9f9477
commit 941f4097fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 4 deletions

View file

@ -1,9 +1,9 @@
on:
release:
types: [published]
jobs:
message:
discord_release:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
@ -19,4 +19,15 @@ jobs:
### Changelog
${{ github.event.release.body }}
```
```
amplitude_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10.5"
architecture: "x64"
cache: "pip"
- run: pip install -r script/amplitude_release/requirements.txt
- run: python script/amplitude_release/main.py ${{ github.event.release.tag_name }} ${{ secrets.ZED_AMPLITUDE_API_KEY }} ${{ secrets.ZED_AMPLITUDE_SECRET_KEY }}