Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 8c158e5

Browse files
committed
ci: added token
1 parent 52e654f commit 8c158e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
with:
4343
dotnet-version: '7.0.x' # SDK Version to use.
4444
source-url: https://nuget.pkg.github.com/tidusjar/index.json
45+
env:
46+
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4547

4648
- uses: actions/download-artifact@v3
4749
with:

0 commit comments

Comments
 (0)