Skip to content

feat(BUX-313): add tests #169

feat(BUX-313): add tests

feat(BUX-313): add tests #169

Workflow file for this run

name: "On push changes"
on:
push:
branches-ignore:
- main
- master
permissions:
contents: write
jobs:
on-push:

Check failure on line 13 in .github/workflows/on-push.yaml

View workflow run for this annotation

GitHub Actions / On push changes

Invalid workflow file

The workflow is not valid. .github/workflows/on-push.yaml (Line: 13, Col: 3): Error calling workflow 'bactions/workflows/.github/workflows/on-push-go.yml@main'. The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: bactions/workflows/.github/workflows/on-push-go.yml@main
secrets:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.ON_PUSH_SLACK_WEBHOOK_URL }}