Hi team,
We use https://vfuk-digital.pactflow.io/ instance of pactflow. From local we are able to run pact-broker can-i-deploy command successfully. From CICD pipeline, it throws error - Error retrieving matrix. Net::HTTPClientException - 403 "Forbidden". I have verified the API token, its valid and working. Could you please suggest what could be the reason and the fix for that.
m
Matt (pactflow.io / pact-js / pact-go)
06/14/2023, 10:15 PM
403 indicates the credentials lack the permissions needed. Check the permissions of the API Token used in your CI/CD pipeline
k
kedar ghate
06/15/2023, 8:22 AM
token has read-write permissions, I tried same token from local, its working. Its giving error in CICD pipeline