We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123a2e7 commit 14dd9ceCopy full SHA for 14dd9ce
.github/workflows/lazarus.yaml
@@ -71,6 +71,8 @@ jobs:
71
72
release:
73
if: contains(github.ref_type, 'tag')
74
+ env:
75
+ GITHUB: 1
76
77
name: Create GitHub Release
78
runs-on: [ubuntu-latest]
Makefile
@@ -22,7 +22,7 @@ else
22
$(info GITHUB is set, not loading secrets.mk)
23
endif
24
25
-TX_TOKEN ?= help
+TRANSIFEX_TOKEN ?= help
26
27
.PHONY: all clean tx-pull build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
28
@@ -36,7 +36,7 @@ clean:
36
37
tx-pull:
38
@echo "=== Pulling from transifex"
39
- ./extra/internationalization/tx pull -a
+ @TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a
40
41
build-mo:
42
@echo "=== Building MO files"
0 commit comments