Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Jul 22, 2024
1 parent fd87ef8 commit 63249c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger Private Repo Workflow

on:
push:
branches:
- main


jobs:
trigger-workflow:
runs-on: ubuntu-latest

steps:
- name: Trigger workflow in private repo
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
repository: ${{ secrets.CONFIG_REPO }}
event-type: full-deploy

0 comments on commit 63249c3

Please sign in to comment.