We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfef49 commit a8e3e2cCopy full SHA for a8e3e2c
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
19
- name: Setup GHPR
20
- run: dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GH_FULL_PAT }}
+ run: dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
21
--store-password-in-clear-text -n github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
22
- name: Build
23
run: dotnet build -c Release
0 commit comments