1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Require helper scripts (#21322)

This commit is contained in:
Robert Sese
2021-09-07 10:07:02 -05:00
committed by GitHub
parent 80fec3c005
commit 060119bdd7

View File

@@ -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`