Skip to content

Commit a7d43ed

Browse files
committed
Updated the Packages Token
1 parent cbcf72a commit a7d43ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
dotnet-version: 6.0.x
3838
source-url: https://nuget.pkg.github.com/ricado-group/index.json
3939
env:
40-
NUGET_AUTH_TOKEN: ${{ secrets.GH_ACTIONS_PAT }}
40+
NUGET_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_PAT }}
4141

4242
# Step 4 - Build the Library
4343
- name: Run CodeQL Autobuild

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
project-name: 'RICADO.Omron'
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
private-nuget-url: 'https://nuget.pkg.github.com/ricado-group/index.json'
28-
private-nuget-token: ${{ secrets.GH_ACTIONS_PAT }}
28+
private-nuget-token: ${{ secrets.GH_PACKAGES_PAT }}
2929
public-nuget-token: ${{ secrets.NUGET_APIKEY }}
3030
publish-public: true

0 commit comments

Comments
 (0)