I have a project called CI/CD Support with a repository php-composer which has a pipeline which produces a Docker/OCI image which is pushed to Bitbucket Packages. Now I would like to use that image in the Pipeline of another repository (in another project but in the same workspace).
Unfortunately $BITBUCKET_PACKAGES_TOKEN is scoped to the repository in which the pipeline runs.
How do I access an image on crg.apkg.io which is owned by another repository/project from a Bitbucket Pipeline?