mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Add sign code
This commit is contained in:
parent
89653a5b3e
commit
a4c4db6f9e
5
.github/workflows/sign.yml
vendored
5
.github/workflows/sign.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user