Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: PGP sign the checksum file in releases#5757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deansheather merged 2 commits intomainfromdean/gpg-release
Jan 17, 2023

Conversation

deansheather
Copy link
Member

Addscoder_${version}_checksums.txt.asc to releases. Signed with the release key, for which the public key can be found inrelease.key.

Kyle made the key and added it to GitHub Actions secrets. He will be adding it to 1password and sharing it with Ammar so we don't lose it and it stays secure.

image

Copy link
Member

@mafredrimafredri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM!

@@ -214,6 +214,7 @@ jobs:
./build/*.rpm
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
CODER_GPG_RELEASE_KEY_BASE64:${{ secrets.CODER_GPG_RELEASE_KEY_BASE64 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Just curious, why base64 vs armored?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's armoredand base64'd. Base64'd mostly so it's on a single line. It's not necessary, but avoids any weird escaping issues if they ever crop up in the future.

@mafredri
Copy link
Member

Just realized I didn't see if we upload the file as well, or is it automatic as part of all-files-in-a-dir?

@deansheather
Copy link
MemberAuthor

Yep, the publish script automatically uploads all files in"$temp_dir"/ when calling thegh release command

@deansheatherdeansheather merged commit53c456a intomainJan 17, 2023
@deansheatherdeansheather deleted the dean/gpg-release branchJanuary 17, 2023 18:45
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 17, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mafredrimafredrimafredri approved these changes

@kylecarbskylecarbskylecarbs approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@deansheather@mafredri@kylecarbs

[8]ページ先頭

©2009-2025 Movatter.jp