GitHub pull request: send the build QR code
Description
Send a comment to the GitHub pull request with a QR code to the build uploaded to bitrise.io.
Prerequisites
-
You have your iOS or Android app archived.
-
You have a GitHub personal access token with the
repo
scope and you've added it as a Secret ($GITHUB_ACCESS_TOKEN
) to your Bitrise app.
Instructions
-
Add the Deploy to Bitrise.io - Apps, Logs, Artifacts Step.
-
Add the Create install page QR code Step.
-
Add the Comment on GitHub Pull Request Step and set the following input variables:
-
GitHub personal access token: Set it to the previously created Secret,
$GITHUB_ACCESS_TOKEN
. -
Body: Add the following:
 $BITRISE_PUBLIC_INSTALL_PAGE_URL
-
bitrise.yml
- [email protected]: {} - [email protected]: {} - [email protected]: inputs: - body: |-  $BITRISE_PUBLIC_INSTALL_PAGE_URL - personal_access_token: "$GITHUB_ACCESS_TOKEN"