Skip to content

Commit

Permalink
perms
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Sep 4, 2024
1 parent 1d5a71e commit 48cc106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gittuf-rsl-non-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
git config --global user.name "${{ github.workflow }}"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
ssh -V
gittuf_key_path="/tmp/gittuf-key"
echo "$KEY" > $gittuf_key_path
chmod 600 $gittuf_key_path
git fetch origin refs/gittuf/reference-state-log:refs/gittuf/reference-state-log
GITTUF_DEV=1 gittuf dev attest-github --signing-key $gittuf_key_path --repository ${{ github.repository }} --pull-request-number ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 48cc106

Please sign in to comment.