Skip to content

Commit 439c237

Browse files
Start signing JSON v3 cask file
This is now getting generated by the main brew repo after my PR got merged in and this PR is a follow-up to make sure to sign it. The next step after this will be to build out the loader code. - Homebrew/brew#16798
1 parent a8231a7 commit 439c237

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
HOMEBREW_DEVELOPER: 1
4242

4343
- name: Archive data
44-
run: tar czvf data-cask.tar.gz _data/cask/ api/cask/ api/cask-source/ api/cask_tap_migrations.json cask/
44+
run: tar czvf data-cask.tar.gz _data/cask/ api/cask/ api/cask-source/ api/cask_tap_migrations.json cask/ api/internal/v3/homebrew-cask.json
4545

4646
- uses: actions/upload-artifact@v3
4747
with:

script/sign-json.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
ROOT/"_site/api/formula_tap_migrations.json",
1919
ROOT/"_site/api/cask_tap_migrations.json",
2020
ROOT/"_site/api/internal/v3/homebrew-core.json",
21+
ROOT/"_site/api/internal/v3/homebrew-cask.json",
2122
].each do |path|
2223
data_string = path.read
2324

0 commit comments

Comments
 (0)