Skip to content

Commit 63b701f

Browse files
Merge branch 'main' into dependabot/nuget/dot-config/Intility.DotnetApiDocs-0.1.6
2 parents d8decf7 + 134eaa9 commit 63b701f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
24+
packages: read
2425

2526
steps:
2627
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -31,7 +32,7 @@ jobs:
3132
dotnet-version: 10.0.x
3233
source-url: https://nuget.pkg.github.com/Intility/index.json
3334
env:
34-
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
35+
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536

3637
- name: Restore
3738
run: dotnet restore --locked-mode
@@ -60,7 +61,7 @@ jobs:
6061
dotnet-version: 10.0.x
6162
source-url: https://nuget.pkg.github.com/Intility/index.json
6263
env:
63-
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
64+
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6465

6566
- name: Restore
6667
run: dotnet restore --locked-mode
@@ -70,4 +71,4 @@ jobs:
7071

7172
- name: Publish to GitHub Packages
7273
run: dotnet nuget push "JsonApiToolkit/bin/Release/*.nupkg" --api-key ${{
73-
secrets.NUGET_AUTH_TOKEN }}
74+
secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)