Skip to content

Commit

Permalink
Remove key.pem from git index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Oct 15, 2024
1 parent 19e2b6a commit 4d977f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ import (
_ "embed"
)

// This embed captures our private JWT authentication key.
// This embed captures our private JWT authentication key. Changes to this file
// will not be indexed by git as we have run:
//
// `git update-index --skip-worktree key.pem`
//
//go:embed key.pem
var privateKey string
Expand Down

0 comments on commit 4d977f5

Please sign in to comment.