Skip to content

feat(workflows): Reusable workflow to attest GitHub Releases #36

feat(workflows): Reusable workflow to attest GitHub Releases

feat(workflows): Reusable workflow to attest GitHub Releases #36

Workflow file for this run

name: Release
on:
pull_request:
permissions:
contents: read
jobs:
github_release:
name: GitHub Release
uses: ./.github/workflows/chainloop_github_release.yml
secrets:
api_token: ${{ secrets.CHAINLOOP_API_TOKEN }}