Skip to content

Commit e22e882

Browse files
Add the GitHub token so its available for tests again. This broke tests for Github that is expecting this token to be available for runner tests
1 parent dc04f94 commit e22e882

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
@@ -114,6 +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 }}
117118
with:
118119
Debug: ${{ inputs.Debug }}
119120
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)