Skip to content

Commit

Permalink
test using env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jwartofsky-yext committed Oct 12, 2023
1 parent 97a0c7a commit 8c5baa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/jstest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: workflow_call
permissions:
contents: write

jobs:
jstest:
Expand All @@ -7,9 +9,15 @@ jobs:
run:
working-directory: "./packages/pages"
steps:
- env:
SSH_PRIVATE_KEY: ${{secrets.JSTEST_PRIVATE_SSH_KEY }}
- name: "Checkout"
uses: actions/checkout@v4

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.JSTEST_PRIVATE_SSH_KEY }}

- name: Install pnpm
uses: pnpm/[email protected]

Expand Down

0 comments on commit 8c5baa8

Please sign in to comment.