Skip to content

Commit

Permalink
Merge pull request #62 from cmmarslender/main
Browse files Browse the repository at this point in the history
Add id-token to allowed keys
  • Loading branch information
rhysd committed Oct 14, 2021
2 parents 6abee94 + 3850c53 commit bd4b8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rule_permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var allPermissionScopes = map[string]struct{}{
"checks": {},
"contents": {},
"deployments": {},
"id-token": {},
"issues": {},
"metadata": {},
"packages": {},
Expand Down

0 comments on commit bd4b8c2

Please sign in to comment.