Skip to content

fix(ci): Remove hardcoded names in GH actions #186

fix(ci): Remove hardcoded names in GH actions

fix(ci): Remove hardcoded names in GH actions #186

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
version: 0.0.0-${{ github.event.pull_request.head.sha }}
sha: ${{ github.event.pull_request.head.sha }}