Skip to content

Commit

Permalink
JH: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Jul 30, 2023
1 parent e295450 commit 6b2bd16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]

- name: Install Cosign
uses: sigstore/[email protected]
with:
cosign-release: "v2.0.2"

- name: update build.yaml
run: cp -f build-jethub.yaml build.yaml

Expand Down
3 changes: 1 addition & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[main]
host = https://www.transifex.com
host = https://app.transifex.com

[o:jethome:p:jethome-ha:r:jethome-ha-translate]
file_filter = build/translations-download/<lang>.json
Expand All @@ -8,4 +8,3 @@ type = KEYVALUEJSON
#STRUCTURED_JSON
minimum_perc = 0
resource_name = JetHome HA translation

0 comments on commit 6b2bd16

Please sign in to comment.