Jump to content

Talk:Delegated Path Validation: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tag: Reverted
Undid revision 1229656806 by 94.29.15.234 (talk)
Line 2: Line 2:
{{WikiProject Computing |importance= }}
{{WikiProject Computing |importance= }}
{{WikiProject Cryptography |importance= }}
{{WikiProject Cryptography |importance= }}
}}
}}name: build-attest

on:
workflow_dispatch:

jobs:
build:
permissions:
id-token: write
contents: read
attestations: write

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build artifact
run: make my-app
- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: '${{ github.workspace }}/my-app'

Revision as of 14:09, 19 June 2024