diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index aa2beda3..80e08b87 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -12,9 +12,7 @@ jobs: - name: Run Tests if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword uses: ./.github/workflows/tests.yml - secrets: inherit - name: Run PR Title Check if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword uses: ./.github/workflows/conventional-prs.yml - secrets: inherit