From 060119bdd72cc0fdc5a445fcd55fc3b3294898c6 Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Tue, 7 Sep 2021 10:07:02 -0500 Subject: [PATCH] Require helper scripts (#21322) --- .github/workflows/staging-deploy-pr-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging-deploy-pr-docker.yml b/.github/workflows/staging-deploy-pr-docker.yml index a1d606d967..e7dfa1b9a0 100644 --- a/.github/workflows/staging-deploy-pr-docker.yml +++ b/.github/workflows/staging-deploy-pr-docker.yml @@ -97,6 +97,7 @@ jobs: const { default: createApp } = require('./script/deployment/create-app.js') const { default: parsePrUrl } = require('./script/deployment/parse-pr-url.js') + const { default: getOctokit } = require('./script/helpers/github') // This helper uses the `GITHUB_TOKEN` implicitly! // We're using our usual version of Octokit vs. the provided `github`