Skip to content

Commit

Permalink
Add tested autodoc trigger to main go release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Mar 27, 2024
1 parent 3ac4baa commit e695cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ jobs:
MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
MACOS_NOTARIZATION_APP_PW: ${{ secrets.MACOS_NOTARIZATION_APP_PW }}

# an action that will ping another repo to trigger a docs build
- name: Repository Dispatch
- name: Trigger CLI Autodoc
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
repository: defang-io/defang-docs
event-type: test-deploy
event-type: cli-autodoc
client-payload: '{"version": "${{ github.ref }}"}'

0 comments on commit e695cf9

Please sign in to comment.