We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445091f commit e5878b2Copy full SHA for e5878b2
.github/workflows/Test-ModuleLocal.yml
@@ -114,7 +114,7 @@ jobs:
114
TEST_USER_ORG_FG_PAT: ${{ secrets.TEST_USER_ORG_FG_PAT }}
115
TEST_USER_USER_FG_PAT: ${{ secrets.TEST_USER_USER_FG_PAT }}
116
TEST_USER_PAT: ${{ secrets.TEST_USER_PAT }}
117
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ github.token }} # Used in tests!
118
with:
119
Debug: ${{ inputs.Debug }}
120
Prerelease: ${{ inputs.Prerelease }}
0 commit comments