Skip to content

fix: sync package lock (#74) #44

fix: sync package lock (#74)

fix: sync package lock (#74) #44

Workflow file for this run

name: Main
on:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
publish-docker:
uses: ./.github/workflows/publish-docker.yml
trigger-build:
runs-on: ubuntu-latest
needs:
- publish-docker
steps:
- name: Trigger Build Standalone
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_USER_TASKS }}
run: gh workflow run main.yml -R littlehorse-enterprises/lh-user-tasks-bridge-backend