From ec127bcb09c9fdc15ffcfbefaa7c45e6aeca2e39 Mon Sep 17 00:00:00 2001 From: Brian Leonard Date: Mon, 2 May 2022 13:43:29 -0700 Subject: [PATCH] Uses private action for workflow --- .github/workflows/shared-issues.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shared-issues.yml b/.github/workflows/shared-issues.yml index e7c167af81fc0..03bbb8eb0554f 100644 --- a/.github/workflows/shared-issues.yml +++ b/.github/workflows/shared-issues.yml @@ -7,7 +7,10 @@ jobs: shared-issues: runs-on: ubuntu-latest steps: - - uses: airbytehq/workflow-actions@production + - uses: nick-fields/private-action-loader@v3 with: + pal-repo-token: "${{ secrets.OCTAVIA_PAT }}" + pal-repo-name: airbytehq/workflow-actions@production + # the following input gets passed to the private action token: "${{ secrets.OCTAVIA_PAT }}" command: "issue"