Skip to content

Commit

Permalink
feat: Trigger efs-opensource
Browse files Browse the repository at this point in the history
  • Loading branch information
boehb-efs committed Dec 12, 2023
1 parent e886035 commit 94fe50a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
publish_branch: gh-pages
publish_dir: ./site

# # Trigger repository_dispatch event in efs-opensource.github.io repository
# - name: Trigger Workflow in efs-opensource.github.io
# uses: peter-evans/repository-dispatch@v1
# with:
# token: ${{ secrets.PAT }}
# repository: efs-opensource/efs-opensource.github.io
# event-type: run-main-workflow
# Trigger repository_dispatch event in efs-opensource.github.io repository
- name: Trigger Workflow in efs-opensource.github.io
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: efs-opensource/efs-opensource.github.io
event-type: run-main-workflow

0 comments on commit 94fe50a

Please sign in to comment.