Skip to content

Commit 25cbc33

Browse files
authored
attest-build-provenance.yml
1 parent 770ebe6 commit 25cbc33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/attest-build-provenance.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches: [ "dev" ]
66
workflow_dispatch:
77

8-
env:
9-
OUT_DIR: '/dist'
10-
118
permissions:
129
contents: read
10+
pages: write
11+
id-token: write
12+
13+
env:
14+
OUT_DIR: '/dist'
1315

1416
jobs:
1517
build:
@@ -23,4 +25,3 @@ jobs:
2325
uses: actions/[email protected]
2426
with:
2527
subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
26-
push-to-regestry: '${{ github.token }}'

0 commit comments

Comments
 (0)