Skip to content

chore(deps): bump hoverkraft-tech/ci-github-common from 0.11.2 to 0.12.0 #54

chore(deps): bump hoverkraft-tech/ci-github-common from 0.11.2 to 0.12.0

chore(deps): bump hoverkraft-tech/ci-github-common from 0.11.2 to 0.12.0 #54

Workflow file for this run

name: Internal - Main - Continuous Integration
on:
push:
branches: [main]
tags: ["*"]
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit
release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.12.0
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
secrets:
github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}