danger / danger

🚫 Stop saying "you forgot to …" in code review (in Ruby)
https://danger.systems
MIT License
5.39k stars 477 forks source link

Bitbucket Cloud access token #1463

Closed gbero closed 4 months ago

gbero commented 9 months ago

Hey,

I cannot find how to use Bitbucket Cloud access token using danger (ruby). This is working fine with danger-js.

Is this not implemented here ?

Thanks for your help

manicmaniac commented 5 months ago

@gbero Is this what you are looking for?

https://github.com/danger/danger/blob/02ceb1f3bbd580982ca6e986130c9f0b36c20f9c/lib/danger/ci_source/bitbucket_pipelines.rb#L11-L16

gbero commented 5 months ago

The method you're suggesting is through OAUTH. What I'm looking for is repository access token See danger-js documentation here

manicmaniac commented 4 months ago

This feature will be added in the next release.