Skip to content

Commit d7d9a08

Browse files
committed
Set github token as password to authenticate github repo
Signed-off-by: Alireza Poodineh <itsaeliux@gmail.com>
1 parent 23a93ca commit d7d9a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
./build.sh -t restore-all
5555
./build.sh -t restore-tests
56+
dotnet nuget update source github -u Aeliux -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
5657
5758
- name: Build
5859
run: |

0 commit comments

Comments
 (0)