Skip to content

build(deps): bump sqlalchemy from 2.0.23 to 2.0.31 #81

build(deps): bump sqlalchemy from 2.0.23 to 2.0.31

build(deps): bump sqlalchemy from 2.0.23 to 2.0.31 #81

Workflow file for this run

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{secrets.GH_TOKEN}}"
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
with:

Check failure on line 19 in .github/workflows/auto-approve.yml

View workflow run for this annotation

GitHub Actions / Dependabot auto-approve

Invalid workflow file

The workflow is not valid. .github/workflows/auto-approve.yml (Line: 19, Col: 9): Unexpected value 'with'
github-token: "${{secrets.GH_TOKEN}}"
env:
github-token: "${{secrets.GH_TOKEN}}"
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}