Skip to content

fix(ci): removed token from actions/checkout step #15

fix(ci): removed token from actions/checkout step

fix(ci): removed token from actions/checkout step #15

Workflow file for this run

name: Production deploy
on:
push:
branches: [dev]
jobs:
validate:
name: Validate
uses: ./.github/workflows/validate.yaml
with:
environment: staging
release:
name: Release
needs: [validate]
uses: ./.github/workflows/semantic-release.yaml
with:
environment: staging