Skip to content

Commit

Permalink
ci: fix secrets passing
Browse files Browse the repository at this point in the history
JIRA: CI-331
  • Loading branch information
nalajcie committed Aug 31, 2023
1 parent b0c20fa commit cf1160d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ on:
jobs:
call-ci:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-submodule.yml@master
secrets:
CI_BOT_EMAIL_USERNAME: ${{ secrets.CI_BOT_EMAIL_USERNAME }}
CI_BOT_EMAIL_PASSWORD: ${{ secrets.CI_BOT_EMAIL_PASSWORD }}
secrets: inherit

0 comments on commit cf1160d

Please sign in to comment.