Skip to content

Commit

Permalink
[infrastructure] starting gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jan 24, 2023
1 parent 7f1ee2a commit e65362b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: ContinuousDeployment
next-version: 0.6.9
next-version: 0.10.0
branches:
main:
regex: ^master$|^main$
Expand Down
2 changes: 1 addition & 1 deletion cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public override void Run(BuildContext context)

if (Helpers.CanReleaseInternal())
{
var githubToken = context.Environment.GetEnvironmentVariable("gh-packages-ix-ax");
var githubToken = context.Environment.GetEnvironmentVariable("GH_TOKEN");
var githubClient = new GitHubClient(new ProductHeaderValue("IX"));
githubClient.Credentials = new Credentials(githubToken);

Expand Down

0 comments on commit e65362b

Please sign in to comment.