Skip to content

Commit 14dd9ce

Browse files
committed
ci: Adjusting workflow to skip secrets detection
1 parent 123a2e7 commit 14dd9ce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lazarus.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171

7272
release:
7373
if: contains(github.ref_type, 'tag')
74+
env:
75+
GITHUB: 1
7476

7577
name: Create GitHub Release
7678
runs-on: [ubuntu-latest]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
$(info GITHUB is set, not loading secrets.mk)
2323
endif
2424

25-
TX_TOKEN ?= help
25+
TRANSIFEX_TOKEN ?= help
2626

2727
.PHONY: all clean tx-pull build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
2828

@@ -36,7 +36,7 @@ clean:
3636

3737
tx-pull:
3838
@echo "=== Pulling from transifex"
39-
./extra/internationalization/tx pull -a
39+
@TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a
4040

4141
build-mo:
4242
@echo "=== Building MO files"

0 commit comments

Comments
 (0)