Skip to content

Commit

Permalink
fix: semantic-release issues write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 16, 2024
1 parent 6aba7a4 commit ef2a5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async function generateToken(owner, repository) {
permissions: {
contents: "write",
metadata: "read",
issues: "write"
}
});

Expand Down

0 comments on commit ef2a5a6

Please sign in to comment.