Skip to content

Commit

Permalink
Trying to adjust tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed Jul 8, 2024
1 parent bb40670 commit 4c16aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[GitHubActions(
"PR_Validation",
GitHubActionsImage.UbuntuLatest,
ImportSecrets = new[] { nameof(GithubToken) },
ImportSecrets = new[] { nameof(GithubToken), "GITHUB_TOKEN" },
OnPullRequestBranches = new[] { "main", "develop", "release/*" },
InvokedTargets = new[] { nameof(Compile) },
FetchDepth = 0
Expand Down

0 comments on commit 4c16aba

Please sign in to comment.