Skip to content

Commit

Permalink
Update prepare-qa-kit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jan 6, 2024
1 parent 86a7579 commit f6a71a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare-qa-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ jobs:
uses: ./.github/workflows/prepare-cli.yml
with:
package: ${{ inputs.qa }}
secrets:
RETE_QA_PUBLIC_PULL: ${{ secrets.RETE_QA_PUBLIC_PULL }}
pack-kit:
needs: print
uses: ./.github/workflows/prepare-cli.yml
with:
package: ${{ inputs.kit }}
secrets:
RETE_QA_PUBLIC_PULL: ${{ secrets.RETE_QA_PUBLIC_PULL }}
summary:
needs: [pack-qa, pack-kit]
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6a71a2

Please sign in to comment.