Skip to content

Commit

Permalink
Gets example github actions pktoken
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed Jul 28, 2024
1 parent 81d2115 commit f94b145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gha_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func TestGithub(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, pkt)
fmt.Println("New PK token generated")
pktCom, _ := pkt.Compact()
fmt.Println(string(pktCom))

ver, err := verifier.New(op)
require.NoError(t, err)
Expand Down

0 comments on commit f94b145

Please sign in to comment.