Skip to content

Commit

Permalink
Update token name
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Mar 7, 2024
1 parent fc9489c commit fb5b723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
repository: hasura/v3-engine
path: v3-engine
token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.E2E_WORKFLOW_PAT }}

- name: Build v3-engine
run: cargo build
Expand All @@ -46,7 +46,7 @@ jobs:
with:
repository: hasura/v3-e2e-testing
path: v3-e2e-testing
token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.E2E_WORKFLOW_PAT }}

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

0 comments on commit fb5b723

Please sign in to comment.