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: publish detached signatures to GCS bucket releases.coder.com retroactively#18848

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

Closed
jdomeracki-coder wants to merge11 commits intomainfromjdomeracki-coder/gpg-signing
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
11 commits
Select commitHold shift + click to select a range
e80259c
feat: sign coder binaries with the release key using GPG
jdomeracki-coderJul 7, 2025
ddd2ada
chore: add comments and invoke the sign_with_gpg.sh script from publi…
jdomeracki-coderJul 8, 2025
55c67d6
fix: set CODER_GPG_RELEASE_KEY_BASE64 in build & releaes steps
jdomeracki-coderJul 8, 2025
6241bac
fix: use error instead of echo
jdomeracki-coderJul 8, 2025
d47b7d3
fix: remove redirect to stderr
jdomeracki-coderJul 8, 2025
b85a925
feat: publish detached signatures to GCS bucket releases.coder.com
jdomeracki-coderJul 14, 2025
9af26fc
feat: publish detached signatures to GCS bucket releases.coder.com re…
jdomeracki-coderJul 14, 2025
0834a62
feat: test with version 2.22.0
jdomeracki-coderJul 14, 2025
489f267
fix: checkout
jdomeracki-coderJul 14, 2025
f2ae42e
feat: sign all releases in scope
jdomeracki-coderJul 14, 2025
f5a5a20
feat: re-run the job for version 2.24.0
jdomeracki-coderJul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions.github/workflows/ci.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1278,6 +1278,8 @@ jobs:
# do (see above).
CODER_SIGN_WINDOWS: "1"
CODER_WINDOWS_RESOURCES: "1"
CODER_SIGN_GPG: "1"
CODER_GPG_RELEASE_KEY_BASE64: ${{ secrets.GPG_RELEASE_KEY_BASE64 }}
EV_KEY: ${{ secrets.EV_KEY }}
EV_KEYSTORE: ${{ secrets.EV_KEYSTORE }}
EV_TSA_URL: ${{ secrets.EV_TSA_URL }}
Expand Down
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp