Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #15163 - NanthR:fix-ci, r=lnicola
fix(metrics): Push to master branch
| -rw-r--r-- | .github/workflows/metrics.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 37603d6ff6..fd86d5622b 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml @@ -140,6 +140,6 @@ jobs: cd metrics git add . git -c user.name=Bot -c [email protected] commit --message 📈 - git push origin new + git push origin master env: METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }} |