Skip to content

Commit c0dabf4

Browse files
committed
add updates for more Macaron findings
1 parent 850ba88 commit c0dabf4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- "v*.*.*"
88

99
permissions:
10+
attestations: write
1011
contents: read
12+
id-token: write
1113
packages: write
1214

1315
jobs:
@@ -34,6 +36,11 @@ jobs:
3436
echo "Release Tag: ${{ github.ref_name }}"
3537
curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
3638
39+
- name: Attest release artifacts
40+
uses: actions/attest-build-provenance@43d14bc2b83dec42d39ecae14e916627a18bb661 # v3
41+
with:
42+
subject-path: out/*
43+
3744
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3845
with:
3946
name: CAPOCI Artifacts

0 commit comments

Comments
 (0)