Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sign releases via gpg #2010

Merged
merged 2 commits into from
May 25, 2024
Merged

fix: sign releases via gpg #2010

merged 2 commits into from
May 25, 2024

Conversation

ssddOnTop
Copy link
Member

No description provided.

@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label May 22, 2024
@ssddOnTop
Copy link
Member Author

Make sure to add GPG_PRIVATE_KEY and GPG_PASSPHRASE to secretes

@ssddOnTop
Copy link
Member Author

ssddOnTop commented May 23, 2024

steps to generate key:

  1. gpg --full-generate-key

suggestion: go with defaults..

list keys:

  1. gpg --list-secret-keys --keyid-format LONG

copy the key id

export private key:

  1. gpg --armor --export-secret-keys <Key-ID>

Export public key

  1. gpg --armor --export <Key-ID>

Copy link

Action required: PR inactive for 2 days.
Status update or closure in 5 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 25, 2024
@tusharmath tusharmath changed the title chore: sign releases via gpg fix: sign releases via gpg May 25, 2024
@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label May 25, 2024
@tusharmath tusharmath enabled auto-merge (squash) May 25, 2024 18:47
@tusharmath tusharmath removed state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: chore Routine tasks like conversions, reorganization, and maintenance work. labels May 25, 2024
@tusharmath tusharmath merged commit e6d8e38 into main May 25, 2024
31 checks passed
@tusharmath tusharmath deleted the chore/sign-releases branch May 25, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants