Skip to content

Commit

Permalink
Added nuget token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Jun 23, 2020
1 parent ee91a80 commit 70833e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
dotnet-version: 3.1.101
source-url: https://nuget.pkg.github.com/paramdigma/index.json

env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: ⚙️ Install dependencies
run: dotnet restore

Expand Down

0 comments on commit 70833e8

Please sign in to comment.