Skip to content

Commit

Permalink
move back to key signing as keyless can't be verified
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Feb 25, 2024
1 parent 774eece commit e8ec624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
uses: blue-build/github-action@testing
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
1 change: 1 addition & 0 deletions config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ modules:

# - type: signing
- from-file: module_config/systemd.yml
- type: signing

4 changes: 4 additions & 0 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELpF9QpTiwQuCHj0vK/Jiitp3UdWi
3sukn7LnDNXjaOb9ARqz74bEcjacyc4exKqzoie6DriniXiIZBG1V/OWSQ==
-----END PUBLIC KEY-----

0 comments on commit e8ec624

Please sign in to comment.