Skip to content

Commit

Permalink
chore: use shared gh token (#2809)
Browse files Browse the repository at this point in the history
Co-authored-by: Enes <enesozturk.d@gmail.com>
  • Loading branch information
tomiir and enesozturk authored Sep 9, 2024
1 parent 83b4a8d commit e58e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
labels: playwright
count: 5
secrets:
GITHUB_PAT: ${{ secrets.RELEASE_TOKEN }}
GITHUB_PAT: ${{ secrets.RELEASE_TOKEN_V2 }}
TF_API_TOKEN: ${{ secrets.TFC_INFRA_TOKEN }}

ui_tests:
Expand Down

0 comments on commit e58e04e

Please sign in to comment.