Skip to content

Commit

Permalink
chore: use gh app for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Mar 20, 2024
1 parent d8cdf86 commit e9ccd46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: 'Publish new version'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-server-sdk.yml@v1
with:
appId: ${{ vars.APP_ID }}
language: python
language-version: '3.9'
semantic-release-extra-plugins: |
Expand All @@ -20,5 +21,5 @@ jobs:
pip install wheel
pip install twine
secrets:
GH_RELEASE_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e9ccd46

Please sign in to comment.