Skip to content

Commit fe16992

Browse files
committed
Update build.yml
1 parent 34b7dbc commit fe16992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dotnet-version: 5.0.100
2222
source-url: https://nuget.pkg.github.com/${{github.repository_owner}}/index.json
2323
env:
24-
NUGET_AUTH_TOKEN: ${{secrets.NUGET_READ_TOKEN}}
24+
NUGET_AUTH_TOKEN: ${{secrets.PACKAGES_WRITE_TOKEN}}
2525

2626
- name: 📂 Files
2727
working-directory: ${{env.ROOT}}
@@ -62,7 +62,7 @@ jobs:
6262
dotnet-version: 5.0.100
6363
source-url: https://nuget.pkg.github.com/${{github.repository_owner}}/index.json
6464
env:
65-
NUGET_AUTH_TOKEN: ${{secrets.NUGET_READ_TOKEN}}
65+
NUGET_AUTH_TOKEN: ${{secrets.PACKAGES_WRITE_TOKEN}}
6666

6767
- name: 📂 Files
6868
working-directory: ${{env.ROOT}}
@@ -95,7 +95,7 @@ jobs:
9595
dotnet-version: 5.0.100
9696
source-url: https://nuget.pkg.github.com/${{github.repository_owner}}/index.json
9797
env:
98-
NUGET_AUTH_TOKEN: ${{secrets.NUGET_READ_TOKEN}}
98+
NUGET_AUTH_TOKEN: ${{secrets.PACKAGES_WRITE_TOKEN}}
9999

100100
- name: 📂 Pack CodeBase.Client
101101
working-directory: ${{env.ROOT}}/CodeBase.Client/out

0 commit comments

Comments
 (0)