Skip to content

Commit

Permalink
make json
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Jan 11, 2024
1 parent 015b06c commit a1bd02b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-tuf-seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
npx @tufjs/cli download --metadata-base-url ${TUF_MIRROR} --cache-path ${{ runner.temp }}/tuf --unsafe-root-download --target-name registry.npmjs.org/keys.json
- name: ls
run: tree ${{ runner.temp }}
- name: make new
run: |
jq --version
jq --help
jq -n --arg rootjson $(cat ${{ runner.temp }}/tuf/root.json | base64) \
'{"foo":{"root.json":$rootjson}}'

0 comments on commit a1bd02b

Please sign in to comment.