Skip to content

Commit 035f427

Browse files
authored
Update auto-dispatch.yaml
1 parent fc49e6f commit 035f427

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/auto-dispatch.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,4 @@ jobs:
2424
with:
2525
token: ${{ secrets.DEVOPS_TOKEN }}
2626
repository: ${{ secrets.dispatch_repo }}
27-
event-type: gitops-${{ github.event.repository.name }}-${{ github.ref }}-${{ github.actor }}
28-
client-payload: >-
29-
{
30-
"product": "platform",
31-
"project": "external",
32-
"type": "docker",
33-
"repository": "${{ github.event.repository.name }}" ,
34-
"repository_full": "${{ github.event.repository.full_name }}" ,
35-
"github-sha": "${{ github.sha }}",
36-
"github-actor": "${{ github.actor }}",
37-
"github-ref": "${{ github.ref_name }}"
38-
}
27+
event-type: release

0 commit comments

Comments
 (0)