Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Merge pull request #204 from kubewarden/updatecli_main_166a5703c33673… #170

Merge pull request #204 from kubewarden/updatecli_main_166a5703c33673…

Merge pull request #204 from kubewarden/updatecli_main_166a5703c33673… #170

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v*"
name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@247608f0b5a1562a6fd2576e5b2e6cbe62551baf # v4.5.15
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/reusable-release-policy-go-wasi.yml@247608f0b5a1562a6fd2576e5b2e6cbe62551baf # v4.5.15
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/cel-policy
release-catalog:
needs: release
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-catalog.yml@247608f0b5a1562a6fd2576e5b2e6cbe62551baf # v4.5.15
secrets:
# Required to dispatch the release event to the policy-catalog repository
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}