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 cbcf72a commit a7d43edCopy full SHA for a7d43ed
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
dotnet-version: 6.0.x
38
source-url: https://nuget.pkg.github.com/ricado-group/index.json
39
env:
40
- NUGET_AUTH_TOKEN: ${{ secrets.GH_ACTIONS_PAT }}
+ NUGET_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_PAT }}
41
42
# Step 4 - Build the Library
43
- name: Run CodeQL Autobuild
.github/workflows/main.yml
@@ -25,6 +25,6 @@ jobs:
25
project-name: 'RICADO.Omron'
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
private-nuget-url: 'https://nuget.pkg.github.com/ricado-group/index.json'
28
- private-nuget-token: ${{ secrets.GH_ACTIONS_PAT }}
+ private-nuget-token: ${{ secrets.GH_PACKAGES_PAT }}
29
public-nuget-token: ${{ secrets.NUGET_APIKEY }}
30
publish-public: true
0 commit comments