We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ba88 commit c0dabf4Copy full SHA for c0dabf4
1 file changed
.github/workflows/release.yaml
@@ -7,7 +7,9 @@ on:
7
- "v*.*.*"
8
9
permissions:
10
+ attestations: write
11
contents: read
12
+ id-token: write
13
packages: write
14
15
jobs:
@@ -34,6 +36,11 @@ jobs:
34
36
echo "Release Tag: ${{ github.ref_name }}"
35
37
curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
38
39
+ - name: Attest release artifacts
40
+ uses: actions/attest-build-provenance@43d14bc2b83dec42d39ecae14e916627a18bb661 # v3
41
+ with:
42
+ subject-path: out/*
43
+
44
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
45
with:
46
name: CAPOCI Artifacts
0 commit comments