confium-examples 0.5.4

Runnable example binaries demonstrating Confium threshold cryptography
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# .github/workflows/release.yml
# Confium keyless signing for GitHub releases.
on:
  release:
    types: [created]

permissions:
  id-token: write
  contents: write

jobs:
  sign:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: confium/action@v1
        with:
          artifact: release.tar.gz