Skip to content

Commit

Permalink
feat: add id token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 4, 2024
1 parent ef02cd6 commit 5c934b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ type Permissions struct {
Contents string `yaml:"contents,omitempty"`
PullRequests string `yaml:"pull-requests,omitempty"`
Statuses string `yaml:"statuses,omitempty"`
IDToken string `yaml:"id-token,omitempty"`
}

type GenerateOn struct {
Expand Down

0 comments on commit 5c934b4

Please sign in to comment.