diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 51f13b6b..1a0f0c5b 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -10,4 +10,5 @@ jobs: deploy-server-develop: if: github.ref == 'refs/heads/develop' needs: [tests] - uses: ./.github/workflows/deploy-server-develop.yml \ No newline at end of file + uses: ./.github/workflows/deploy-server-develop.yml + secrets: inherit