Skip to content

Commit ee71338

Browse files
authored
Use API key for publishing to GitHub package repository (#1389)
1 parent 95e1003 commit ee71338

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
AZURE_USER: ${{ secrets.AZURE_USER }}
4545
CODECOV_REPO_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
4646
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
47-
GPR_PASSWORD: ${{ secrets.GPR_PASSWORD }}
4847
GPR_SOURCE: ${{ secrets.GPR_SOURCE }}
49-
GPR_USER: ${{ secrets.GPR_USER }}
48+
GPR_API_KEY: ${{ secrets.GH_TOKEN }}
5049
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
5150
NUGET_SOURCE: "https://api.nuget.org/v3/index.json"
5251
- name: Upload Issues

0 commit comments

Comments
 (0)