From 3fb630cee7d9b6fbbddefa2489aa1f2312e21f9a Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:53:49 +0200 Subject: [PATCH] Update feature-testing.yml --- .github/workflows/feature-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-testing.yml b/.github/workflows/feature-testing.yml index 32b4e68..91896f8 100644 --- a/.github/workflows/feature-testing.yml +++ b/.github/workflows/feature-testing.yml @@ -1,5 +1,5 @@ name: Feature testing -on: [push, pull_request] +on: [push, pull_request, workflow_call] jobs: build: @@ -14,7 +14,7 @@ jobs: run: npm install -g ts-node - name: Channel Features run: ts-node ./scripts/tests/channel.ts - env: + env: TOKEN: ${{ secrets.TEST_BOT_TOKEN }} - name: Message Features run: ts-node ./scripts/tests/message.ts