Add automatic annotations for mixpanel
This commit is contained in:
parent
edc2966651
commit
ad67a1b744
3 changed files with 42 additions and 0 deletions
11
.github/workflows/release_actions.yml
vendored
11
.github/workflows/release_actions.yml
vendored
|
@ -21,3 +21,14 @@ jobs:
|
|||
|
||||
${{ github.event.release.body }}
|
||||
```
|
||||
mixpanel_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/mixpanel_release/requirements.txt
|
||||
- run: python script/mixpanel_release/main.py ${{ github.event.release.tag_name }} ${{ secrets.MIXPANEL_PROJECT_ID }} ${{ secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME }} ${{ secrets.MIXPANEL_SERVICE_ACCOUNT_SECRET }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue