Skip to content

Commit

Permalink
feat(sgnpmartifactregistryauth): add run target
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Nov 10, 2023
1 parent 9b1d020 commit a203adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/sgnpmartifactregistryauth/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ func PrepareCommand(ctx context.Context) error {
fmt.Sprintf("google-artifactregistry-auth@%s", version),
).Run()
}

func Authenticate(ctx context.Context) error {
return Command(ctx).Run()
}

0 comments on commit a203adf

Please sign in to comment.