Skip to content

chore(deps): update vidavidorra/.github action to v4.2.19 #98

chore(deps): update vidavidorra/.github action to v4.2.19

chore(deps): update vidavidorra/.github action to v4.2.19 #98

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@351e57cce5270c59f103c13f139eda53d6270d5b # v4.2.19
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@351e57cce5270c59f103c13f139eda53d6270d5b # v4.2.19
release:
uses: vidavidorra/.github/.github/workflows/release.yml@351e57cce5270c59f103c13f139eda53d6270d5b # v4.2.19
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}