Skip to content

Commit

Permalink
fix(init): fixes a wrong import inside the github authentication (#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer authored Nov 11, 2021
1 parent 406f6f6 commit f6c10f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/init/config-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Octokit } = require('@octokit/rest')
const chalk = require('chalk')

const { error: failAndExit, log } = require('../command-helpers')
const ghauth = require('../gh-auth')
const { getGitHubToken: ghauth } = require('../gh-auth')

const { createDeployKey, formatErrorMessage, getBuildSettings, saveNetlifyToml, setupSite } = require('./utils')

Expand Down

1 comment on commit f6c10f8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 364 MB

Please sign in to comment.