Skip to content

chore(deps): update vidavidorra/.github action to v8.1.5 #639

chore(deps): update vidavidorra/.github action to v8.1.5

chore(deps): update vidavidorra/.github action to v8.1.5 #639

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
jobs:
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@347f6a77f55a61187bf4eb56b53e442645645374 # v8.1.5
release:
uses: vidavidorra/.github/.github/workflows/release.yml@347f6a77f55a61187bf4eb56b53e442645645374 # v8.1.5
needs:
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}