Skip to content

Commit

Permalink
Use different PAT for running e2e tests (#410)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

Use a token that does not expire for running e2e tests.
  • Loading branch information
danieljharvey authored Apr 8, 2024
1 parent 936654e commit e709c18
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 @@ -31,14 +31,14 @@ jobs:
with:
repository: hasura/v3-engine
path: v3-engine
token: ${{ secrets.E2E_WORKFLOW_PAT }}
token: ${{ secrets.HASURA_BOT_TOKEN }}

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

- name: Install ndc-postgres tools
working-directory: ndc-postgres
Expand Down

0 comments on commit e709c18

Please sign in to comment.