Skip to content

Commit aa4887b

Browse files
fix(ci): grant contents:read permission for translation-sync caller (#4831)
* fix(ci): grant contents:read permission for translation-sync caller * chore: update calens file --------- Co-authored-by: Jesus Recio <jrecio@izertis.com>
1 parent d22bad0 commit aa4887b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/translate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches:
99
- master
1010

11-
permissions: {}
11+
permissions:
12+
contents: read
1213

1314
jobs:
1415
update-translations:

changelog/unreleased/4818

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Enhancement: Workflow to use the translation-sync reusable workflow
33
A new workflow that uses the translation-sync reusable workflow has been added in order to update translations from transifex
44

55
https://github.com/owncloud/android/pull/4818
6+
https://github.com/owncloud/android/pull/4831

0 commit comments

Comments
 (0)