Skip to content

Commit

Permalink
fix(ci): trigger website build
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Jun 2, 2024
1 parent 7970df2 commit c3a16e6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,17 @@ jobs:
retries: 3
script: |
const owner = 'italia-opensource';
const repo = 'italia-opensource-website';
const event_type = 'deployment';
const repo = 'italiaopensource.com';
const event_type = 'sync-database';
const ref = 'main';
const client_payload = {
"hash": "${{ github.sha }}",
"run_id": "${{ github.run_id }}",
};
github.rest.repos.createDispatchEvent({
owner,
repo,
event_type
event_type,
client_payload
});

0 comments on commit c3a16e6

Please sign in to comment.