From d5d84884669c9b5f6dcc1ef1ded47ace7c405704 Mon Sep 17 00:00:00 2001 From: Mykyta Serbynevskiy Date: Wed, 1 Feb 2023 21:14:01 +0200 Subject: [PATCH] fix typo with calling GH secret --- .github/workflows/label-prs-by-context.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-prs-by-context.yml b/.github/workflows/label-prs-by-context.yml index f66d6279f58b..bc97babb09a4 100644 --- a/.github/workflows/label-prs-by-context.yml +++ b/.github/workflows/label-prs-by-context.yml @@ -13,8 +13,8 @@ jobs: - name: Run Issue Command from workflow-actions uses: nick-fields/private-action-loader@v3 with: - pal-repo-token: "${{ GH_PAT_MAINTENANCE_OCTAVIA }}" + pal-repo-token: "${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}" pal-repo-name: airbytehq/workflow-actions@production # the following input gets passed to the private action - token: "${{ GH_PAT_MAINTENANCE_OCTAVIA }}" + token: "${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}" command: "pull"