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

Removed base64 decoding of GPG signing key. #1407

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Removed base64 decoding of GPG signing key. #1407

merged 1 commit into from
Oct 26, 2024

Conversation

bodiam
Copy link
Contributor

@bodiam bodiam commented Oct 26, 2024

No description provided.

Copy link

what-the-diff bot commented Oct 26, 2024

PR Summary

  • Simplification of Key Importing Process
    The procedure for importing the GPG signing key in the deployment workflow has been simplified. We've eliminated the base64 decoding step which makes the process more efficient and less prone to errors.

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.19%. Comparing base (e44f256) to head (70208f1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1407      +/-   ##
============================================
+ Coverage     92.18%   92.19%   +0.01%     
- Complexity     3150     3151       +1     
============================================
  Files           319      319              
  Lines          6152     6152              
  Branches        593      593              
============================================
+ Hits           5671     5672       +1     
  Misses          336      336              
+ Partials        145      144       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bodiam bodiam merged commit 388052e into main Oct 26, 2024
12 checks passed
@bodiam bodiam deleted the dont-decode-gpg branch October 26, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant