Skip to content

Commit 1684540

Browse files
authored
attest-build-provenance.yml
1 parent 303066a commit 1684540

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Typescript-ASP.NET--EmployeeManagementSystem - Build Attestation
2+
3+
on:
4+
push:
5+
branches: [ "dev" ]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
- name: Artifact, Checkout
18+
run: make dist/Employees_Management_System
19+
- name: Attest
20+
uses: actions/attest-build-provenance@v1
21+
with:
22+
subject-path: '${{ github.workspace }}/dist/Employees_Management_System'

0 commit comments

Comments
 (0)