Skip to content

fix token issue

fix token issue #63

Workflow file for this run

name: Bump version and auto-release
on:
push:
branches:
- main
jobs:
call-run-python-release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main

Check failure on line 8 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Bump version and auto-release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 8, Col: 11): Secret PAT_TOKEN is required, but not provided while calling.
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}