Skip to content

chore(deps): bump doctrine/dbal from 3.7.1 to 3.7.2 (#7029) #167

chore(deps): bump doctrine/dbal from 3.7.1 to 3.7.2 (#7029)

chore(deps): bump doctrine/dbal from 3.7.1 to 3.7.2 (#7029) #167

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN }}
event-type: ${{ secrets.EVENT_TYPE }}
repository: ${{ secrets.REPO_URL }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'