Skip to content

Commit 21e0877

Browse files
committed
fix: broken CI auth
1 parent fcab992 commit 21e0877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
testMode: EditMode
123123
customParameters: -assemblyNames FixedMathSharp.Unity.Tests.EditMode -runSynchronously
124124
artifactsPath: artifacts/${{ matrix.artifact_suffix }}
125-
githubToken: ${{ secrets.GITHUB_TOKEN }}
125+
githubToken: ${{ github.token }}
126126
checkName: Unity EditMode ${{ matrix.package_display_name }}
127127

128128
- name: Upload Unity test artifacts

0 commit comments

Comments
 (0)