Skip to content

Commit

Permalink
get root
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 12, 2024
1 parent 7283530 commit df8c5de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-tuf-seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
- name: Extract current TUF root.json
run: |
cat packages/tuf/seeds.json \
| jq -r --arg mirror "$TUF_MIRROR" '.[($mirror)].["root.json"]'
cat packages/tuf/seeds.json \
| jq -r --arg mirror "$TUF_MIRROR" '."($mirror)"."root.json"' \
| base64 -d
- name: Get Targets
env:
TUF_CACHE: ${{ runner.temp }}/tuf
Expand Down

0 comments on commit df8c5de

Please sign in to comment.