Skip to content

Commit

Permalink
Enables github token for publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jan 28, 2024
1 parent 66f2654 commit b092186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
OnPushTags = ["*"],
WritePermissions = [GitHubActionsPermissions.Contents],
InvokedTargets = [nameof(PublishRelease)],
ImportSecrets = [nameof(NuGetApiKey)])]
ImportSecrets = [nameof(NuGetApiKey)],
EnableGitHubToken = true)]
partial class Build : NukeBuild {
[GitRepository] readonly GitRepository Repository = null!;
[Solution] readonly Solution Solution = null!;
Expand Down

0 comments on commit b092186

Please sign in to comment.