Skip to content

Commit

Permalink
updated token
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Jan 11, 2024
1 parent ae05552 commit 3edd7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
ENVIRONMENT: ${{ inputs.environment }}
with:
github-token: ${{ secrets.DISPATCH_PAT }}
github-token: ${{ secrets.envPAT }}
script: |
const path = '.github/scripts/trigger-regression.js';
const triggerAndWait = require(path);
Expand Down

0 comments on commit 3edd7d3

Please sign in to comment.