diff options
| -rw-r--r-- | .github/workflows/ci-compat.yml (renamed from .github/workflows/compat.yml) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/compat.yml b/.github/workflows/ci-compat.yml index fed354236..12532a13b 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/ci-compat.yml @@ -119,7 +119,6 @@ jobs: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find-comment.outputs.comment-id }} edit-mode: replace - token: ${{ secrets.JF_BOT_TOKEN }} body: | <!--abi-diff-workflow-comment--> <details> @@ -138,7 +137,6 @@ jobs: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find-comment.outputs.comment-id }} edit-mode: replace - token: ${{ secrets.JF_BOT_TOKEN }} body: | <!--abi-diff-workflow-comment--> <details> |
