Hey all!
I'm using that action on my workflow, it already working but I want to change the API_KEY that I'm using.
I'm creating the KEY from the same user that working, encoding it properly echo "integration@XXX.com:uoDllaxhXXXXXX0sf2f9D13" | base64 but I'm getting an Unauthorized Error :
}, response: { status: 401, statusText: 'Unauthorized', headers: [Object], config: [Object], request: [ClientRequest], data: 'Basic authentication with passwords is deprecated. For more information, see: [https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/\n](https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth//n)' },
Hey all! I'm using that action on my workflow, it already working but I want to change the API_KEY that I'm using. I'm creating the KEY from the same user that working, encoding it properly
echo "integration@XXX.com:uoDllaxhXXXXXX0sf2f9D13" | base64
but I'm getting an Unauthorized Error :}, response: { status: 401, statusText: 'Unauthorized', headers: [Object], config: [Object], request: [ClientRequest], data: 'Basic authentication with passwords is deprecated. For more information, see: [https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/\n](https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth//n)' },
Is someone maybe familiar with a solution?