Add sign code

This commit is contained in:
DSR! 2025-05-20 13:40:15 -03:00
parent 89653a5b3e
commit a4c4db6f9e

View File

@ -58,9 +58,10 @@ jobs:
id: oidc
uses: actions/github-script@v7
with:
result-encoding: string
script: |
// return GitHub OIDC token scoped for sigstore
return await github.actions.getOIDCToken({audience: 'sigstore'});
// minimal OIDC fetch for Sigstore
return await core.getIDToken('sigstore');
- name: Keyless sign installers
env: