Skip to content

fix: Signed-off-by trailer in commits from automation. (#89) #61

fix: Signed-off-by trailer in commits from automation. (#89)

fix: Signed-off-by trailer in commits from automation. (#89) #61

Workflow file for this run

on:
push:
branches:
- main
tags:
- "v*"
name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected]
release:
needs: test
permissions:
# Required to create GH releases
contents: write
# Required to push to GHCR
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/[email protected]
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/cel-policy