Skip to content

Commit 4704edb

Browse files
ci: PLT-298: Fix slack token
1 parent a1fc575 commit 4704edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-pr-converter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
channel-id: 'C02LMULF4NA'
8383
payload: '{ "type": "mrkdwn", "text": "${{ env.SLACK_MESSAGE }}" }'
8484
env:
85-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
85+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_LSE_BOT_TOKEN }}
8686
SLACK_MESSAGE: >-
8787
*Drafted PR's*\n
8888
${{ steps.mutation_step.outputs.pr_list }}

0 commit comments

Comments
 (0)