Skip to content

Commit 32ae988

Browse files
committed
fix: test bot message
1 parent efbbce1 commit 32ae988

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bot-testing-nitrogen.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "[Bot] Testing with 'Nitrogen'"
22
run-name: Test with 🤖 Nitrogen by @${{github.actor}} ${{inputs.families && format('families={0}',inputs.families) || ''}} ${{inputs.currencies && format('currencies={0}',inputs.currencies) || ''}}
33
on:
4+
push:
5+
branches:
6+
- bugfix/bot-slack
47
workflow_dispatch:
58
inputs:
69
families:
@@ -37,13 +40,14 @@ jobs:
3740
token: ${{ steps.generate-token.outputs.token }}
3841
path: coin-apps
3942
- name: Run the bot
40-
uses: LedgerHQ/ledger-live/tools/actions/composites/bot@develop
43+
uses: LedgerHQ/ledger-live/tools/actions/composites/bot@bugfix/bot-slack
4144
id: bot
4245
timeout-minutes: 120
4346
with:
4447
SHOW_LEGACY_NEW_ACCOUNT: "1"
4548
SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN}}
4649
SLACK_ICON_EMOJI: ":bot-seed7:"
50+
SLACK_CHANNEL: "ledger-live-bot"
4751
SEED: ${{ secrets.SEED7 }}
4852
BOT_ENVIRONMENT: testing
4953
BOT_FILTER_FAMILIES: ${{github.event.inputs.families}}

0 commit comments

Comments
 (0)