We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc49e6f commit 035f427Copy full SHA for 035f427
.github/workflows/auto-dispatch.yaml
@@ -24,15 +24,4 @@ jobs:
24
with:
25
token: ${{ secrets.DEVOPS_TOKEN }}
26
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
- }
+ event-type: release
0 commit comments