Skip to content

Merge pull request #51 from fingerprintjs/fix-release-workflow #59

Merge pull request #51 from fingerprintjs/fix-release-workflow

Merge pull request #51 from fingerprintjs/fix-release-workflow #59

Workflow file for this run

name: 'Release'
on:
push:
branches:
- main
- dev
jobs:
release-server-sdk-python:
name: 'Publish new version'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-server-sdk.yml@v1

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 11): Secret GH_RELEASE_TOKEN is required, but not provided while calling.
with:
appId: ${{ vars.APP_ID }}
language: python
language-version: '3.9'
semantic-release-extra-plugins: |
[email protected]
prepare-command: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install wheel
pip install twine
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}