Browse Source

ref: fix typo in secret name for error comment (#40132)

<!-- Describe your PR here. -->
anthony sottile 2 years ago
parent
commit
7a929bf319
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/fast-revert.yml

+ 1 - 1
.github/workflows/fast-revert.yml

@@ -34,7 +34,7 @@ jobs:
         curl \
             --silent \
             -X POST \
-            -H 'Authorization: token ${{ secrets.SENTRY_BUMP_TOKEN }}' \
+            -H 'Authorization: token ${{ secrets.BUMP_SENTRY_TOKEN }}' \
             -d'{"body": "revert failed (conflict? already reverted?) -- [check the logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"}' \
             https://api.github.com/repositories/${{ github.event.repository.id }}/issues/${{ github.event.number || github.event.inputs.pr }}/comments
       if: failure()