Skip to content

Commit

Permalink
Handle secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt committed Oct 23, 2024
1 parent 3a3b8cd commit b74e6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: |
Expand All @@ -21,3 +21,4 @@ jobs:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
uses: ./.github/workflows/all-post-commit-tests.yaml
build-type: Release
secrets: inherit

0 comments on commit b74e6b4

Please sign in to comment.