Skip to content

Commit

Permalink
define jstest key in jstest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwartofsky-yext committed Oct 12, 2023
1 parent 8e787a0 commit 2afcd33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jstest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on: workflow_call
on:
workflow_call:
secrets:
JSTEST_PRIVATE_SSH_KEY:
description: 'Private key to access the jstest repo'
required: true


jobs:
jstest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2afcd33

Please sign in to comment.