Try different approach

This commit is contained in:
2025-08-08 23:08:37 +03:00
parent 7f76b02965
commit 2d8ab8c920
3 changed files with 16 additions and 2 deletions

View File

@@ -8,7 +8,11 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
USER_AUTH: ${{ secrets.USER_AUTH }}
deploy:
needs: build
uses: ./.github/workflows/deploy.yml
secrets:
USER_AUTH: ${{ secrets.USER_AUTH }}