Skip to content

Commit

Permalink
Enable github token
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jan 10, 2023
1 parent a9bd639 commit f4d01d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continous.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
Nugetapikey: ${{ secrets.NUGETAPIKEY }}
GithubToken: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
with:
name: Artifacts
Expand Down
1 change: 1 addition & 0 deletions Build/Build.cs
Expand Up @@ -42,6 +42,7 @@
},
PublishArtifacts = true,
AutoGenerate = true,
EnableGitHubToken = true,
FetchDepth = 0)]
[CustomGitHubActions(
name: "unit-tests",
Expand Down

0 comments on commit f4d01d5

Please sign in to comment.