Skip to content

Commit 597f6e9

Browse files
🩹 [CI]: Add GITHUB_TOKEN to Test-ModuleLocal.yml for improved authentication
1 parent 557818b commit 597f6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ā€Ž.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
TEST_USER_ORG_FG_PAT: ${{ secrets.TEST_USER_ORG_FG_PAT }}
121121
TEST_USER_USER_FG_PAT: ${{ secrets.TEST_USER_USER_FG_PAT }}
122122
TEST_USER_PAT: ${{ secrets.TEST_USER_PAT }}
123+
GITHUB_TOKEN: ${{ github.token }}
123124
with:
124125
Debug: ${{ inputs.Debug }}
125126
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
Ā (0)