Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Switched repo targets and sources for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Philip WINDECKER (AVENYR GmbH) <[email protected]>
  • Loading branch information
philipwindecker committed Jan 17, 2024
1 parent 1d44481 commit 58c18c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/antora-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
name: Trigger antora generator

runs-on: Ubuntu-latest

env:
MUP_KEY: ${{ secrets.MACHINE_USER_PAT }}

steps:
- name: Trigger generator
if: ${{ env.MUP_KEY != '' }}
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MACHINE_USER_PAT }}
event-type: antora-build-trigger
repository: OpenSimulationInterface/osi-antora-generator
repository: philipwindecker/osi-antora-generator
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'

0 comments on commit 58c18c6

Please sign in to comment.