From 55a166417ce3609b4f1bd4eb2592d32387f658d8 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Fri, 22 Sep 2023 11:33:02 -0400 Subject: [PATCH] Inherit GH Actions secret --- .github/workflows/dependabot_update_rbis_run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot_update_rbis_run.yml b/.github/workflows/dependabot_update_rbis_run.yml index c33d21bd0..06cd1b35b 100644 --- a/.github/workflows/dependabot_update_rbis_run.yml +++ b/.github/workflows/dependabot_update_rbis_run.yml @@ -13,3 +13,4 @@ permissions: jobs: dependabot_update_rbis: uses: Shopify/ruby-lsp/.github/workflows/dependabot_update_rbis.yml@main + secrets: inherit