Skip to content

Commit 1150feb

Browse files
authored
Merge pull request #2163 from Unity-Technologies/6000.3-fix-il2cpp-deps
Update Il2cpp deps needs to use the new token
2 parents 036f1dd + c967613 commit 1150feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/Update Il2cpp-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands:
1616
git checkout main
1717
cd %UNITY_SOURCE_PRTOOLS_DIR%
1818
git config --global core.longpaths true
19-
cmd /v /c dotnet run --project C:\build\output\prtools\PRTools\PRTools.csproj --update-mono-il2cpp-deps=%YAMATO_SOURCE_DIR%/stevedore/artifactid.txt --backport=%BACKPORT_BRANCH% --github-api-token=%GITHUB_TOKEN% --yamato-api-token=%YAMATO_TOKEN% --yamato-long-lived-token --il2cpp-deps-manifest-file=il2cpp-deps.stevedore --yamato-owner-email=%YAMATO_OWNER_EMAIL%
19+
cmd /v /c dotnet run --project C:\build\output\prtools\PRTools\PRTools.csproj --update-mono-il2cpp-deps=%YAMATO_SOURCE_DIR%/stevedore/artifactid.txt --backport=%BACKPORT_BRANCH% --github-api-token=%IL2CPP_GITHUB_TOKEN% --yamato-api-token=%YAMATO_TOKEN% --yamato-long-lived-token --il2cpp-deps-manifest-file=il2cpp-deps.stevedore --yamato-owner-email=%YAMATO_OWNER_EMAIL%
2020
2121
if NOT %errorlevel% == 0 (
2222
echo "PRTools failed"

0 commit comments

Comments
 (0)