Skip to content

publish-release

publish-release #44

name: publish-release
on:
release:
types:
- released
jobs:
call-publish-pypi:

Check failure on line 9 in .github/workflows/publish-release.yaml

View workflow run for this annotation

GitHub Actions / publish-release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release.yaml (Line: 9, Col: 3): Error calling workflow 'rabbitmq-community/rstream/.github/workflows/publish-pypi.yaml@8fa90f725ee429f135d0667c80dbbee615d0e730'. The nested job 'pypi-publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/publish-pypi.yaml
with:
pypi_repository_url: https://upload.pypi.org/legacy/
secrets:
pypi_api_login: __token__
pypi_api_password: ${{ secrets.PYPI_TOKEN }}