Skip to content

Commit e5878b2

Browse files
🩹 [Enhancement]: Add comment to clarify usage of GITHUB_TOKEN in tests
1 parent 445091f commit e5878b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
TEST_USER_ORG_FG_PAT: ${{ secrets.TEST_USER_ORG_FG_PAT }}
115115
TEST_USER_USER_FG_PAT: ${{ secrets.TEST_USER_USER_FG_PAT }}
116116
TEST_USER_PAT: ${{ secrets.TEST_USER_PAT }}
117-
GITHUB_TOKEN: ${{ github.token }}
117+
GITHUB_TOKEN: ${{ github.token }} # Used in tests!
118118
with:
119119
Debug: ${{ inputs.Debug }}
120120
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)