Skip to content

Commit

Permalink
ci: tests: build: Checkout public-keys from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny committed Dec 12, 2023
1 parent 246e289 commit 59560fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: in-toto-cyclonedx
run: |
echo "attestation<<GITHUB_OUTPUT_EOF" >> $GITHUB_OUTPUT
tee -a $GITHUB_OUTPUT <<EOF
(python -m json.tool --sort_keys | tee -a $GITHUB_OUTPUT) <<EOF
{
"_type": "https://in-toto.io/Statement/v0.1",
"subject": [
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Checkout public-keys branch
uses: actions/checkout@v4
with:
ref: ${{ env.SAVE_DB_BRANCH }}
ref: public-keys
path: public-keys
- name: Generate keypair to sign SCITT statement
id: scitt-gen-keypair
Expand Down

0 comments on commit 59560fb

Please sign in to comment.