Skip to content

Break bump to stop infinite bumping #126

Break bump to stop infinite bumping

Break bump to stop infinite bumping #126

Workflow file for this run

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

Check failure on line 9 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: 9, Col: 11): Secret PAT_TOKEN is required, but not provided while calling.
secrets:
# PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.PYPI_API_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
image_base_name: graph_weather
docker_file: Dockerfile