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 fcab992 commit 21e0877Copy full SHA for 21e0877
1 file changed
.github/workflows/build-and-test.yml
@@ -122,7 +122,7 @@ jobs:
122
testMode: EditMode
123
customParameters: -assemblyNames FixedMathSharp.Unity.Tests.EditMode -runSynchronously
124
artifactsPath: artifacts/${{ matrix.artifact_suffix }}
125
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ githubToken: ${{ github.token }}
126
checkName: Unity EditMode ${{ matrix.package_display_name }}
127
128
- name: Upload Unity test artifacts
0 commit comments