Skip to content

Commit 23b6ed6

Browse files
committed
Minor tweak
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent e1f3a52 commit 23b6ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/actions_secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (s *ActionsService) GetEnvSecret(ctx context.Context, repoID int, env, secr
186186
return s.getSecret(ctx, url)
187187
}
188188

189-
// SelectedRepoIDs are the repository IDs that have access to the action secrets.
189+
// SelectedRepoIDs are the repository IDs that have access to the actions secrets.
190190
type SelectedRepoIDs []int64
191191

192192
// EncryptedSecret represents a secret that is encrypted using a public key.

0 commit comments

Comments
 (0)