From 2281b5e30f5c4904e2a499d4706aaebf4e8c1758 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Thu, 1 Feb 2024 12:20:46 -0800 Subject: [PATCH] Fixing as per comments Signed-off-by: saimedhi --- .github/workflows/update_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 995082a7..7259a28f 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -39,7 +39,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ steps.github_app_token.outputs.token }} commit-message: Updated opensearch-py to reflect the latest OpenSearch API spec (${{ steps.date.outputs.date }}) title: Updated opensearch-py to reflect the latest OpenSearch API spec body: |