Skip to content

Commit

Permalink
Update deploy-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava authored and tscholb committed Aug 1, 2023
1 parent 1b39a79 commit 59f51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Deploy NuGet packages to Github Packages Registry
if: github.event.inputs.deploy_to_gpr == 'true'
run: |
gpr push --api-key ${{ secrets.TIZENAPI_GITHUB_TOKEN }} \
gpr push --api-key ${{ secrets.GITHUB_TOKEN }} \
--repository ${{ github.repository }} \
--retries 3 Artifacts/*.nupkg
Expand Down

0 comments on commit 59f51a6

Please sign in to comment.