Skip to content

Release

Release #5

Workflow file for this run

name: Release
on:
- workflow_dispatch
jobs:
release:
name: Release
permissions:
actions: read
contents: write
id-token: write
packages: write
uses: kadras-io/github-reusable-workflows/.github/workflows/package-release.yml@main
with:
package-name-slug: workspace-provisioner
package-name-display: Workspace Provisioner
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.3.0
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}