mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 13:05:00 +00:00
ci: fix the localazy workflows
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Download translation files
|
||||
uses: localazy/download@v1.0.0
|
||||
uses: localazy/download@v1.1.0
|
||||
|
||||
- name: "Fix the owner of the downloaded files"
|
||||
run: "sudo chown runner:docker translations/*.json"
|
||||
|
||||
@@ -15,6 +15,6 @@ jobs:
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Upload
|
||||
uses: localazy/upload@v1.0.0
|
||||
uses: localazy/upload@v1
|
||||
with:
|
||||
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
|
||||
Reference in New Issue
Block a user