Skip to content

chore(deps): update dependency lefthook to v1.10.1 (#768) #232

chore(deps): update dependency lefthook to v1.10.1 (#768)

chore(deps): update dependency lefthook to v1.10.1 (#768) #232

Workflow file for this run

name: "Staging"
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changes:
name: Changes
uses: ./.github/workflows/wc-changes.yml
backend:
needs: changes
if: needs.changes.outputs.backend == 'true'
name: Backend
uses: ./.github/workflows/wc-deploy-backend.yml
permissions:
id-token: write
contents: read
with:
gar-location: 'asia-northeast1'
project-id: 'tobe-quest-stg'
repository: 'app-backend'
service: 'tobe-app-backend'
secrets:
wif-provider: ${{ secrets.STG_WIF_PROVIDER }}
wif-service-account: ${{ secrets.STG_WIF_SERVICE_ACCOUNT }}