Hi, I am using the Atlassian pipe:
- https://bitbucket.org/atlassian/bitbucket-upload-file/src/master/
to deploy a python library to our repository downloads.
Following the instruction, I created an App Password and create the corresponding Account Variables so they are accessible for all the repos in our Team account.
When I run the deployment step:
- step:
name: Deploy to Downloads script:
- pipe: atlassian/bitbucket-upload-file:0.1.4
variables:
BITBUCKET_USERNAME: $BITBUCKET_USERNAME
BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
FILENAME: 'dist/rabbitmq_wrapper-0.1.0.tar.gz'
I get: ✖ API request failed with status 401. Check your username and app password and try again.
In your instructions, it says "If you want to upload a file to a repository owned by a team account, make sure you have the correct access to the repository." Does that mean my personal account? (I am admin), or should I give access to the App Password, and if so, how?