Skip to content

Commit

Permalink
Merge pull request #1069 from apainintheneck/start-signing-internal-v…
Browse files Browse the repository at this point in the history
…3-core-json

Start signing internal v3 json
  • Loading branch information
EricFromCanada committed Feb 5, 2024
2 parents c1d4bf8 + 8e4d934 commit 339f3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
HOMEBREW_DEVELOPER: 1

- name: Archive data
run: tar czvf data-core.tar.gz _data/formula/ _data/formula_canonical.json api/formula/ api/formula_tap_migrations.json formula/
run: tar czvf data-core.tar.gz _data/formula/ _data/formula_canonical.json api/formula/ api/formula_tap_migrations.json formula/ api/internal/v3/homebrew-core.json

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions script/sign-json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
ROOT/"_site/api/cask.json",
ROOT/"_site/api/formula_tap_migrations.json",
ROOT/"_site/api/cask_tap_migrations.json",
ROOT/"_site/api/internal/v3/homebrew-core.json",
].each do |path|
data_string = path.read

Expand Down

0 comments on commit 339f3af

Please sign in to comment.