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 16e0e97 commit f1ba7deCopy full SHA for f1ba7de
build/Build.cs
@@ -28,7 +28,8 @@
28
On = [GitHubActionsTrigger.WorkflowDispatch],
29
InvokedTargets = [nameof(Clean), nameof(BuildDemo), nameof(DeployDemo)],
30
FetchDepth = 10000,
31
- WritePermissions = [GitHubActionsPermissions.Contents, GitHubActionsPermissions.Pages]
+ WritePermissions = [GitHubActionsPermissions.Contents, GitHubActionsPermissions.Pages],
32
+ EnableGitHubToken = true
33
)]
34
class Build : NukeBuild
35
{
0 commit comments