From 7f9e59968dcccb1c502c3d1f9adb7d2a6923c3db Mon Sep 17 00:00:00 2001 From: Topher Lubaway Date: Mon, 28 Mar 2022 15:51:28 -0500 Subject: [PATCH] Changes Labeler-bot to Octavia (#11483) I think these were the same... and hopefully they still are. Either way, permissions don't work rn --- .github/workflows/github-community-label-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-community-label-bot.yaml b/.github/workflows/github-community-label-bot.yaml index 5b8503728949..df2bd477f4c6 100644 --- a/.github/workflows/github-community-label-bot.yaml +++ b/.github/workflows/github-community-label-bot.yaml @@ -11,5 +11,5 @@ jobs: steps: - uses: harshithmullapudi/label-actions@75686c2b3de17244526f10a22424f319d0bc134f with: - github-token: ${{ secrets.LABEL_BOT_TOKEN }} + github-token: ${{ secrets.OCTAVIA_PAT }} github-username: ${{ secrets.LABEL_BOT_USERNAME }}