amadeus4dev / amadeus-node

Node library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com
MIT License
191 stars 66 forks source link

Resolve Build Failure After Removing Bluebird Dependency #209

Closed darseen closed 9 months ago

darseen commented 9 months ago

Issue Description:

The recent pull request (PR: #207) titled "Removed Bluebird Dependency" aimed to eliminate the usage of the Bluebird library, making the codebase lighter and potentially faster. However, the build checks for this pull request have failed due to permission issues when trying to access the remote repository.

Changes Made:

Additional Information:

Build Failure Details:

The build failure occurred due to permission issues while accessing the remote repository. The following error messages were displayed in the logs:

remote: Permission to amadeus4dev/amadeus-node.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/amadeus4dev/amadeus-node.git/': The requested URL returned error: 403
Error: The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128

Versions

[What version of Node/NPM are you running? What Operating System are you on?]

Checklist

Please make sure you checked the following: