From d23fe1de783976c35ca352b000dac014fca2d8d7 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 4 Feb 2025 22:31:41 +0100 Subject: [PATCH] fixed missing env in chat-build workflow --- .github/workflows/codacy.yml | 1 - .github/workflows/why2-chat-build.yml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index f228f16..bd84397 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -25,7 +25,6 @@ on: permissions: contents: read - env: bramborak: ${{ secrets.BRAMBORAK }} diff --git a/.github/workflows/why2-chat-build.yml b/.github/workflows/why2-chat-build.yml index 86ef451..ceb86b0 100644 --- a/.github/workflows/why2-chat-build.yml +++ b/.github/workflows/why2-chat-build.yml @@ -23,6 +23,9 @@ on: schedule: - cron: '40 22 12 4 2' +env: + bramborak: ${{ secrets.BRAMBORAK }} + jobs: test-why2: runs-on: ${{ matrix.os }}