File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: pr
22
33on :
44 pull_request :
5- branches : [ '**' ]
5+ branches : ["**" ]
66 workflow_dispatch :
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 tests :
1013 strategy :
2225 uses : actions/setup-go@v4
2326 with :
2427 go-version : ${{ matrix.go_version }}
25-
28+
2629 - name : Run tests
2730 run : go test -json ./... > test-results.json
2831
Original file line number Diff line number Diff line change @@ -69,6 +69,25 @@ brews:
6969 pull_request :
7070 enabled : false
7171
72+ nix :
73+ - name : jwker
74+ homepage : " https://github.com/jphastings/jwker/"
75+ description : " Easily convert between PEM and JWK files."
76+ license : " MIT"
77+
78+ commit_author :
79+ name : goreleaserbot
80+ email : jwker.github.bot@byjp.me
81+
82+ repository :
83+ owner : jphastings
84+ name : nixpkgs
85+ branch : main
86+ token : " {{ .Env.HOMEBREW_PAT }}"
87+
88+ pull_request :
89+ enabled : false
90+
7291checksum :
7392 name_template : ' checksums.txt'
7493snapshot :
You can’t perform that action at this time.
0 commit comments