Skip to content

chore(deps): bump github.com/containifyci/engine-ci/client (#5) #5

chore(deps): bump github.com/containifyci/engine-ci/client (#5)

chore(deps): bump github.com/containifyci/engine-ci/client (#5) #5

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
permissions:
contents: write # for checkout
pull-requests: write # for updating pr
jobs:
build-and-release:
permissions:
contents: write
pull-requests: write
uses: containifyci/.github/.github/workflows/release.yml@v1
secrets:
RELEASE_GITHUB_TOKEN: ${{ secrets.CONTAINIFYCI_RELEASE_TOKEN }}