Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 3ad91fa

Browse files
author
bcoe
committed
fix: pass token to create release
1 parent c5ecf78 commit 3ad91fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ async function main () {
1414
const gr = new GitHubRelease({
1515
label: RELEASE_LABEL,
1616
repoUrl: process.env.GITHUB_REPOSITORY,
17-
packageName
17+
packageName,
18+
token
1819
})
1920
await gr.createRelease()
2021

0 commit comments

Comments
 (0)