File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 42
42
rm -rf /tmp/.buildx-cache
43
43
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
44
44
45
- - name : Deploy to Cloud Run
46
- run : gcloud run deploy grafana --image gcr.io/coderabbit/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitai-dev-cr
45
+ # - name: Deploy to Cloud Run
46
+ # run: gcloud run deploy grafana --image gcr.io/coderabbit/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitai-dev-cr
47
+
48
+
49
+ - name : Trigger a repository dispatch
50
+ run : |
51
+ curl -X POST \
52
+ -H "Authorization: token ${{ secrets.PAT_TRIGGER_GRAFANA }}" \
53
+ -H "Accept: application/vnd.github.everest-preview+json" \
54
+ https://api.github.com/repos/coderabbitai/mono/dispatches \
55
+ -d '{"event_type": "trigger-grafana-micro-frontend-dev"}'
You can’t perform that action at this time.
0 commit comments