diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1d2c3bd..fc4b664 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,9 +7,8 @@ on: jobs: ci: - uses: ${{ github.repository }}/.github/workflows/ci.yaml@main - with: - secrets: inherit + uses: ./.github/workflows/ci.yaml + secrets: inherit deploy: needs: ci |
