Skip to content

Commit f1ba7de

Browse files
CI
1 parent 16e0e97 commit f1ba7de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
On = [GitHubActionsTrigger.WorkflowDispatch],
2929
InvokedTargets = [nameof(Clean), nameof(BuildDemo), nameof(DeployDemo)],
3030
FetchDepth = 10000,
31-
WritePermissions = [GitHubActionsPermissions.Contents, GitHubActionsPermissions.Pages]
31+
WritePermissions = [GitHubActionsPermissions.Contents, GitHubActionsPermissions.Pages],
32+
EnableGitHubToken = true
3233
)]
3334
class Build : NukeBuild
3435
{

0 commit comments

Comments
 (0)