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 755f999 commit 0ffaebcCopy full SHA for 0ffaebc
.github/workflows/deploy-cloud-run-grafana.yaml
@@ -42,5 +42,14 @@ jobs:
42
rm -rf /tmp/.buildx-cache
43
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
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
+ # - name: Deploy to Cloud Run
+ # 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"}'
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments