Skip to content

Commit 0b855fb

Browse files
update ado pat
1 parent f9e7892 commit 0b855fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action_deploy_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Update packages to support upload
3535
run: python -m pip install --upgrade twine keyring
3636
- name: Upload package to the AzureDevOps artifacts
37-
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PUBLIC_SERVICEACCOUNT }}' -p ${{ secrets.ADO_PUBLIC_SERVICEACCOUNT_PASSWORD }} dist/* --verbose
37+
run: twine upload --repository-url ${{ secrets.ADO_PYPI_UPLOAD_URL }} -u '${{ secrets.ADO_PUBLIC_SERVICEACCOUNT }}' -p ${{ secrets.ADO_UPLOAD_PAT }} dist/* --verbose

0 commit comments

Comments
 (0)