Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Apr 13, 2022
1 parent 7a595ab commit e8cf00f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup NuGet
uses: NuGet/setup-nuget@v1

- name: Add nuget private repo
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"

- name: Restore NuGet Packages
run: nuget restore src/SourceSDK.ENV.Editor.sln

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup NuGet
uses: NuGet/setup-nuget@v1

- name: Add nuget private repo
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"

- name: Restore NuGet Packages
run: nuget restore src/SourceSDK.ENV.Editor.sln

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup NuGet
uses: NuGet/setup-nuget@v1

- name: Add nuget private repo
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"

- name: Restore NuGet Packages
run: nuget restore src/SourceSDK.ENV.Editor.sln

Expand Down

0 comments on commit e8cf00f

Please sign in to comment.