diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index ea10f7780..1477297ef 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -50,5 +50,5 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \ - -d '{"title":"Automated PR: Add new version of the model", "head":"release", "base":"master"}' \ + -d '{"title":"Automated PR: Add new version of the model ${{ secrets.PERSONAL_ACCESS_TOKEN }}", "head":"release", "base":"master"}' \ https://api.github.com/repos/$TARGET_REPO/pulls