Skip to content

chore(deps): update vidavidorra/.github action to v5.0.16 #357

chore(deps): update vidavidorra/.github action to v5.0.16

chore(deps): update vidavidorra/.github action to v5.0.16 #357

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@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16
release:
uses: vidavidorra/.github/.github/workflows/release.yml@44995672121c4cba6f0974a65fb5f93a76e7d4ae # v5.0.16
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}