Skip to content

Commit

Permalink
With PATs
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 12, 2024
1 parent 544a8f9 commit 3ecb5ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
with:
repository: hasura/v3-engine
path: v3-engine
token: ${{ secrets.SSH_GIT_ACCESS_PRIVATE }}

- name: Check out `v3-e2e-testing`
uses: actions/checkout@v3
with:
repository: hasura/v3-e2e-testing
path: v3-e2e-testing
token: ${{ secrets.SSH_GIT_ACCESS_PRIVATE }}

- name: Run the tests
run: just test-postgres-new
Expand Down

0 comments on commit 3ecb5ca

Please sign in to comment.