Skip to content

Commit 0bf471b

Browse files
authored
Merge pull request #7 from javirln/feat/add-github-releaser
add github releaser workflow
2 parents af25cce + d319c7b commit 0bf471b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/github_release.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
permissions:
8+
contents: write
9+
10+
jobs:
11+
release:
12+
name: Attest GitHub Release
13+
uses: chainloop-dev/labs/.github/workflows/chainloop_github_release.yml@417bad33ca08beaa785ae6a6b933406cd7b935cb
14+
with:
15+
project: "chainloop"
16+
workflow_name: "chainloop-vault-release"
17+
additional_materials: "ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }},ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }},ghcr.io/chainloop-dev/chainloop/cli:${{ github.ref_name }}"
18+
secrets:
19+
api_token: ${{ secrets.CHAINLOOP_API_TOKEN }}
20+
cosign_key: ${{ secrets.COSIGN_PRIVATE_KEY }}
21+
cosign_password: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)