We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc22d commit 83e5a44Copy full SHA for 83e5a44
plugin.js
@@ -11,7 +11,7 @@ const githubToken = process.env.GITHUB_TOKEN
11
const sharedKey = process.env.PLUGIN_SECRET
12
13
const gh = new GhApi({ version: '3.0.0' })
14
-gh.authenticate({ type: 'oauth', token: githubToken })
+gh.authenticate({ type: 'token', token: githubToken })
15
16
const determineFilesChanged = createFilesChangedDeterminer(gh)
17
const getParsedYaml = createParsedYamlRetriever(gh)
0 commit comments