Skip to content

Commit

Permalink
workflow: add required env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Sep 11, 2024
1 parent 16332cc commit 273b2a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cache-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
TG_CHANNEL: ${{secrets.TELEGRAM_CHANNEL_THINGINO_BUILD}}
TG_CHANNEL_SCRATCH: ${{secrets.TELEGRAM_CHANNEL_THINGINO_SCRATCH}}
TG_OPTIONS: -s -o /dev/null -w %{http_code}
FORCE_UNSAFE_CONFIGURE: 1

jobs:
notify-begin:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/buildroot-dl-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
TG_CHANNEL: ${{secrets.TELEGRAM_CHANNEL_THINGINO_BUILD}}
TG_CHANNEL_SCRATCH: ${{secrets.TELEGRAM_CHANNEL_THINGINO_SCRATCH}}
TG_OPTIONS: -s -o /dev/null -w %{http_code}
FORCE_UNSAFE_CONFIGURE: 1

jobs:
notify-begin:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firmware-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ env:
TG_CHANNEL: ${{secrets.TELEGRAM_CHANNEL_THINGINO_BUILD}}
TG_CHANNEL_SCRATCH: ${{secrets.TELEGRAM_CHANNEL_THINGINO_SCRATCH}}
TG_OPTIONS: -s
FORCE_UNSAFE_CONFIGURE: 1

jobs:
notify-begin:
Expand Down

0 comments on commit 273b2a9

Please sign in to comment.