-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action: download default release assets to sign (#46)
* action: download default release assets to sign Signed-off-by: Andrew Pan <a@tny.town> * README.md: doc `release-signing-artifacts` change Signed-off-by: Andrew Pan <a@tny.town> * action.py: use requests library for download Signed-off-by: Andrew Pan <a@tny.town> * Apply suggestions from code review Signed-off-by: William Woodruff <william@yossarian.net> --------- Signed-off-by: Andrew Pan <a@tny.town> Signed-off-by: William Woodruff <william@yossarian.net> Co-authored-by: William Woodruff <william@yossarian.net> Co-authored-by: William Woodruff <william@trailofbits.com>
- Loading branch information
1 parent
f3663a3
commit 7643db0
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
sigstore ~= 1.1 | ||
requests ~= 2.28 |