Skip to content

Commit

Permalink
[ci] fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed May 29, 2022
1 parent 1eba9b9 commit 5f3bc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
deploy-server-develop:
if: github.ref == 'refs/heads/develop'
needs: [tests]
uses: ./.github/workflows/deploy-server-develop.yml
uses: ./.github/workflows/deploy-server-develop.yml
secrets: inherit

0 comments on commit 5f3bc5c

Please sign in to comment.