Skip to content

Commit 06e0cfb

Browse files
committed
Add note on tokens
1 parent a394363 commit 06e0cfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Any pushes to main in this repo trigger the `.github/workflows/trigger-deploy.ym
5151
This workflow then sends a dispatch event to the blockr repo which tiggers its own [deploy-site](https://github.com/BristolMyersSquibb/blockr/blob/main/.github/workflows/deploy-site.yaml) workflow.
5252
The deploy-site workflow then checks out this `blockr-site` repo, renders the docs, uploads them as a GitHub Pages artifact, and then finally deploys the site.
5353

54+
**Note:** The `trigger-deploy` workflow generates an authentication token using a GitHub App (needed for cross-repo communication).
55+
5456
### How-to
5557

5658
Simply run `quarto render` to update and build the `docs/` folder (containing the assets for the live site) and then push your changes to `main`.

0 commit comments

Comments
 (0)