Skip to content

Commit

Permalink
Merge pull request #197 from hashicorp/more-permissions
Browse files Browse the repository at this point in the history
Enable creating PRs for GH Token
  • Loading branch information
skorfmann authored Aug 16, 2021
2 parents 61818e9 + cab4a71 commit f5f786d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/provider-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export class ProviderUpgrade {
],
permissions: {
pullRequests: JobPermission.WRITE,
issues: JobPermission.WRITE,
contents: JobPermission.WRITE,
statuses: JobPermission.WRITE,
},
},
});
Expand Down

0 comments on commit f5f786d

Please sign in to comment.