Skip to content

Commit

Permalink
fix: enable GH token to update to drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Jul 19, 2024
1 parent a275a29 commit 85b03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const publishOptions = {
owner: 'valory-xyz',
repo: 'olas-operate-app',
releaseType: 'draft',
// token: process.env.GH_TOKEN,
token: process.env.GH_TOKEN,
private: false,
publishAutoUpdate: true,
};
Expand Down

0 comments on commit 85b03a1

Please sign in to comment.