Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Jun 28, 2022
1 parent e1f3a52 commit 23b6ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/actions_secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (s *ActionsService) GetEnvSecret(ctx context.Context, repoID int, env, secr
return s.getSecret(ctx, url)
}

// SelectedRepoIDs are the repository IDs that have access to the action secrets.
// SelectedRepoIDs are the repository IDs that have access to the actions secrets.
type SelectedRepoIDs []int64

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

0 comments on commit 23b6ed6

Please sign in to comment.