fix workflow

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2022-03-05 18:47:38 +03:00
parent 178d68aae9
commit 2e218748e8

View File

@ -16,6 +16,5 @@ jobs:
uses: hmarr/auto-approve-action@v2 uses: hmarr/auto-approve-action@v2
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]' if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve id: approve
env: with:
PR_URL: ${{github.event.pull_request.html_url}} github-token: ${{secrets.TOKEN}}
GITHUB_TOKEN: ${{secrets.TOKEN}}