Skip to content

Commit

Permalink
DOCS-3009: Add token field to build-action for private build support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Oct 30, 2024
1 parent 2e26140 commit 29cd1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/how-tos/manage-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
token: ${{ github.token }} # only required for private git repos
```
The `build-action` GitHub action relies on a build command that you need to specify in the <file>meta.json</file> file that you created for your module when you first [uploaded it](/how-tos/create-module/#upload-your-module-to-the-modular-resource-registry).
Expand Down

0 comments on commit 29cd1b8

Please sign in to comment.