Update deploy-packages.yml
authorKangho Hur <rookiejava@gmail.com>
Tue, 1 Aug 2023 05:55:38 +0000 (14:55 +0900)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2023 05:55:38 +0000 (14:55 +0900)
.github/workflows/deploy-packages.yml

index 3ab8de9..62bb96e 100644 (file)
@@ -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