Skip to content

Commit

Permalink
fix: perm deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 8, 2025
1 parent b1c9e6f commit e4c9bb2
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 @@ -153,6 +153,7 @@ async function generateToken(owner, repository) {
metadata: "read",
issues: "write",
pull_requests: "write",
deployments: "write",
}
});

Expand Down

0 comments on commit e4c9bb2

Please sign in to comment.