Skip to content

Commit

Permalink
fix: test bot message
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 10, 2024
1 parent efbbce1 commit 32ae988
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bot-testing-nitrogen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "[Bot] Testing with 'Nitrogen'"
run-name: Test with 🤖 Nitrogen by @${{github.actor}} ${{inputs.families && format('families={0}',inputs.families) || ''}} ${{inputs.currencies && format('currencies={0}',inputs.currencies) || ''}}
on:
push:
branches:
- bugfix/bot-slack
workflow_dispatch:
inputs:
families:
Expand Down Expand Up @@ -37,13 +40,14 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
path: coin-apps
- name: Run the bot
uses: LedgerHQ/ledger-live/tools/actions/composites/bot@develop
uses: LedgerHQ/ledger-live/tools/actions/composites/bot@bugfix/bot-slack
id: bot
timeout-minutes: 120
with:
SHOW_LEGACY_NEW_ACCOUNT: "1"
SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN}}
SLACK_ICON_EMOJI: ":bot-seed7:"
SLACK_CHANNEL: "ledger-live-bot"
SEED: ${{ secrets.SEED7 }}
BOT_ENVIRONMENT: testing
BOT_FILTER_FAMILIES: ${{github.event.inputs.families}}
Expand Down

0 comments on commit 32ae988

Please sign in to comment.