Skip to content

Commit

Permalink
fix: pass token to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 9, 2020
1 parent c5ecf78 commit 3ad91fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -14,7 +14,8 @@ async function main () {
const gr = new GitHubRelease({
label: RELEASE_LABEL,
repoUrl: process.env.GITHUB_REPOSITORY,
packageName
packageName,
token
})
await gr.createRelease()

Expand Down

0 comments on commit 3ad91fa

Please sign in to comment.