mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
Try different approach
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user