Skip to content

Update bump.yml

Update bump.yml #21

Workflow file for this run

name: Pull request master
on:
push:
branches:
- master
jobs:
python2_tests:
uses: ./.github/workflows/test-python-2.yml
python3_tests:
uses: ./.github/workflows/test-python-3.yml
bump_version:
needs: [python2_tests, python3_tests]
uses: ./.github/workflows/bump.yml

Check failure on line 17 in .github/workflows/push-master.yml

View workflow run for this annotation

GitHub Actions / Pull request master

Invalid workflow file

The workflow is not valid. .github/workflows/push-master.yml (Line: 17, Col: 11): Secret PAT is required, but not provided while calling.
publish_package:
needs: bump_version
uses: ./.github/workflows/build-and-publish.yml