Talk:Delegated Path Validation: Difference between revisions
Appearance
Content deleted Content added
No edit summary Tag: Reverted |
Plastikspork (talk | contribs) 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
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
|
Categories:
- Stub-Class Computing articles
- Unknown-importance Computing articles
- All Computing articles
- Stub-Class Cryptography articles
- Unknown-importance Cryptography articles
- Stub-Class Computer science articles
- Unknown-importance Computer science articles
- WikiProject Computer science articles
- WikiProject Cryptography articles