Skip to content

Commit 817743c

Browse files
committed
Updated the Build and Release Action
1 parent 96a8779 commit 817743c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020

2121
# Step 2 - Build and Publish
2222
- name: Build and Publish
23-
uses: ricado-group/dotnet-library-build-release-action@v1.1
23+
uses: ricado-group/dotnet-library-build-release-action@v1.2
2424
with:
2525
project-name: 'RICADO.Configuration'
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
2627
private-nuget-url: 'https://nuget.pkg.github.com/ricado-group/index.json'
2728
private-nuget-token: ${{ secrets.GH_ACTIONS_PAT }}
2829
public-nuget-token: ${{ secrets.NUGET_APIKEY }}

0 commit comments

Comments
 (0)