Skip to content

Commit

Permalink
Merge pull request #7 from javirln/feat/add-github-releaser
Browse files Browse the repository at this point in the history
add github releaser workflow
  • Loading branch information
javirln authored May 30, 2024
2 parents af25cce + d319c7b commit 0bf471b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/github_release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release

on:
release:
types: [published]

permissions:
contents: write

jobs:
release:
name: Attest GitHub Release
uses: chainloop-dev/labs/.github/workflows/chainloop_github_release.yml@417bad33ca08beaa785ae6a6b933406cd7b935cb
with:
project: "chainloop"
workflow_name: "chainloop-vault-release"
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 }}"
secrets:
api_token: ${{ secrets.CHAINLOOP_API_TOKEN }}
cosign_key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign_password: ${{ secrets.COSIGN_PASSWORD }}

0 comments on commit 0bf471b

Please sign in to comment.