openssl-ssh 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/publish.yml +3 -8
- data/Gemfile.lock +1 -1
- data/lib/openssl/ssh/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cea802de710658242d747849b578304554c8039691a33a762ab5958acc083312
|
|
4
|
+
data.tar.gz: 34c7be322a8a550615bdc9e43f62b53dee0de7170551a5c6e32ef0aa580d3569
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00e6d8b430cdd6a245879cc7dc842270e042786ed3f1223501484f60208c62e6b070556675b8b8e89523b35e6e99de83443c38945888a2e96fd9e1c78b82f259
|
|
7
|
+
data.tar.gz: 51aa67ef58c27cee32e8bc03ec3a5c3bf3e338a41b13796917498d7eb5947d7b4e64a8f39ccdb2617082e33f354f0fea95d34ac62809fe452be7a0e750b46eb0
|
|
@@ -53,11 +53,6 @@ jobs:
|
|
|
53
53
|
generate_release_notes: true
|
|
54
54
|
|
|
55
55
|
- name: Publish to GitHub Packages
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
:github: Bearer ${{ secrets.GITHUB_TOKEN }}
|
|
61
|
-
EOF
|
|
62
|
-
chmod 0600 ~/.gem/credentials
|
|
63
|
-
gem push --key github --host https://rubygems.pkg.github.com/${{ github.repository_owner }} *.gem
|
|
56
|
+
env:
|
|
57
|
+
GEM_HOST_API_KEY: "Bearer ${{ secrets.GITHUB_TOKEN }}"
|
|
58
|
+
run: gem push --host https://rubygems.pkg.github.com/${{ github.repository_owner }} *.gem
|
data/Gemfile.lock
CHANGED
data/lib/openssl/ssh/version.rb
CHANGED