Skip to content

Commit 5ddad6f

Browse files
chore: build
1 parent 45c0224 commit 5ddad6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7067,7 +7067,8 @@ async function npmConfigRegistry(registryUrl, token) {
70677067
await release(cliPath, false, publishToNPM, {
70687068
...process.env,
70697069
NPM_CONFIG_REGISTRY: 'https://registry.npmjs.org',
7070-
NPM_TOKEN: npmToken
7070+
NPM_TOKEN: npmToken,
7071+
GITHUB_TOKEN: githubToken
70717072
});
70727073
publishToNPM && core.info('Package available on NPM registry');
70737074
}

0 commit comments

Comments
 (0)