supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit b51f39a2891047cefea8dd5eed89636176a0fb89
parent 54fceec42645dc024dc21e104f0d87ee5128e28f
Author: finwo <finwo@pm.me>
Date:   Sat, 14 Mar 2026 22:50:03 +0100

Fix missing publish permission

Diffstat:
M.github/workflows/publish.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -12,9 +12,12 @@ jobs: runs-on: ubuntu-latest + permissions: + id-token: write + strategy: matrix: - node-version: [22,24] + node-version: [24] steps: - uses: actions/checkout@v3