mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Release 8.0.3 - Fix PNG signature images in PDF viewer
This commit is contained in:
@@ -133,36 +133,6 @@ jobs:
|
|||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
- uses: ./.github/actions/npm-check-bundle
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
|
|
||||||
push-translation-keys-to-crowdin:
|
|
||||||
name: Push translations keys to Crowdin
|
|
||||||
if: github.ref_name == 'develop' && github.event_name != 'workflow_dispatch'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [setup]
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
actions: read
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
|
||||||
|
|
||||||
- name: Push Source Files to Crowdin
|
|
||||||
uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc # v2.17.0
|
|
||||||
with:
|
|
||||||
upload_sources: true
|
|
||||||
upload_sources_args: --delete-obsolete
|
|
||||||
env:
|
|
||||||
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }}
|
|
||||||
|
|
||||||
pull-translation-keys-from-crowdin:
|
|
||||||
needs: push-translation-keys-to-crowdin
|
|
||||||
name: Run Crowdin pull pipeline for up-to-date sync
|
|
||||||
uses: ./.github/workflows/pull-from-crowdin.yml
|
|
||||||
secrets:
|
|
||||||
GH_APP_ENGINEERING_CONTRIB_PRIVATE_KEY: ${{ secrets.GH_APP_ENGINEERING_CONTRIB_PRIVATE_KEY }}
|
|
||||||
CROWDIN_TRANSLATIONS_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }}
|
|
||||||
HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY: ${{ secrets.HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
finalize:
|
finalize:
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user