Skip to content

Commit

Permalink
Use github token in TGS tests (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Feb 6, 2024
1 parent a84dcaf commit 148b184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-tgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
OD_DOTNET_VERSION: 8
TGS_DOTNET_VERSION: 8
TGS_REFERENCE: dev
TGS_TEST_GITHUB_TOKEN: ${{ secrets.TGS_TEST_GITHUB_TOKEN }}
TGS_TEST_GITHUB_TOKEN: ${{ github.token }}

jobs:
build:
Expand Down

0 comments on commit 148b184

Please sign in to comment.