Skip to content

chore(deps): update vidavidorra/.github action to v4.2.23 #106

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

chore(deps): update vidavidorra/.github action to v4.2.23 #106

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@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
release:
uses: vidavidorra/.github/.github/workflows/release.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}