Skip to content

pass GITHUB_TOKEN

pass GITHUB_TOKEN #3

name: Testing Deployment
on:
push:
branches: ["main"]
pull_request:
types: [labeled, unlabeled, synchronize, closed, reopened]
jobs:
call-deployment:
uses: ./.github/workflows/deployment.yml
secrets: inherit
with:
DOCKER_BUILDKIT: true
WERF_ENV: testing
DOMAIN: ${{ github.repository_owner }}.icncd.ru