Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/documentation-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,10 @@ jobs:
echo "Mapped products: $PRODUCTS"
echo "list=$PRODUCTS" >> "$GITHUB_OUTPUT"

- name: Generate GitHub App Token
uses: LambdatestIncPrivate/create_github_app_token@v1
id: token
with:
app-id: ${{ vars.LT_USER_ACCESS_TOKEN_APP_ID }}
private-key: ${{ secrets.LT_USER_ACCESS_TOKEN_PRIVATE_KEY }}
installation-id: ${{ secrets.GH_APP_INSTALLATION_ID }}
repositories: "product-context"
permissions: "write"

- name: Dispatch to product-context
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ steps.token.outputs.token }}
token: ${{ secrets.PRODUCT_CONTEXT_DISPATCH_TOKEN }}
repository: LambdatestIncPrivate/product-context
event-type: documentation-updated
client-payload: |
Expand Down
Loading