Skip to content

Commit

Permalink
ci: fix YAML oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Apr 2, 2024
1 parent 65c4d10 commit e70229a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: |
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.node18/${{ matrix.arch }}/23.08
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-stable/${{ matrix.arch }}/23.08
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- name: Build
id: build
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
This is a revocation certificate for the OpenPGP key:

pub ed25519 2024-04-02 [SC] [expires: 2027-04-02]
E61F6FC2B5FCAF304476352D0E3C1C8C4692483C
uid geoangercola@gmail.com

A revocation certificate is a kind of "kill switch" to publicly
declare that a key shall not anymore be used. It is not possible
to retract such a revocation certificate once it has been published.

Use it to revoke this key in case of a compromise or loss of
the secret key. However, if the secret key is still accessible,
it is better to generate a new revocation certificate and give
a reason for the revocation. For details see the description of
of the gpg command "--generate-revocation" in the GnuPG manual.

To avoid an accidental use of this file, a colon has been inserted
before the 5 dashes below. Remove this colon with a text editor
before importing and publishing this revocation certificate.

:-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: This is a revocation certificate

iHgEIBYKACAWIQTmH2/CtfyvMER2NS0OPByMRpJIPAUCZgtZ6QIdAAAKCRAOPByM
RpJIPAu6AP4z6GcFMXHZPpMtM4CP88UxbF9iqMDBl/1nrBpQhipPOAD+NIYqamoa
GZ947gmNPMJo02wNBPOkrsg721v7tfZz4Qs=
=wZde
-----END PGP PUBLIC KEY BLOCK-----
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Created: 20240402T010533
Key: (protected-private-key (ecc (curve Ed25519)(flags eddsa)(q
#40F7EE176F10F98DC979DB2FB49B5E917F63441B6DC0CBC80DB013C27AD8EBC98D#)
(protected openpgp-s2k3-ocb-aes ((sha1 #27446F7438DCEC9C#
"78032896")#D9C09300AF985E182B3B8F42#)#86483EB6B8D940550D56D3A38EE7B4
AF245CEAC7A9607C7138A63F7561171233E9D276BCAF194A4D6B377302687620151036
18630A9FACE8C7355E07#)(protected-at "20240402T010544")))
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Created: 20240402T010533
Key: (protected-private-key (ecc (curve Curve25519)(flags djb-tweak)(q
#4028CE259904BD9BF24866966E72798D209A09417F12D9B517BDF332511C8B304B#)
(protected openpgp-s2k3-ocb-aes ((sha1 #0860FD8569F83C97#
"78032896")#433DAF331FF90D896EB6BBEE#)#F77B284F66C47B9B486D291EE5EF53
156F374F280A75AE29AE308A7FB4357E7CE20514EEA6DD6A63E9D7896BA4D7688136D1
7572F0DE8AAAE3A8CF03#)(protected-at "20240402T010545")))
Binary file added flatter/pubring.kbx
Binary file not shown.
Binary file added flatter/pubring.kbx~
Binary file not shown.
Binary file added flatter/trustdb.gpg
Binary file not shown.

0 comments on commit e70229a

Please sign in to comment.