Skip to content

Commit 4c2bb64

Browse files
matthewrfennelltmolitor-stud-tu
authored andcommitted
Specify permissions for update-translations
1 parent 1380fe0 commit 4c2bb64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-translations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
EXPORT_OPTIONS_CATALYST_APPSTORE: "../scripts/exportOptions/Stable_Catalyst_ExportOptions.plist"
2121
EXPORT_OPTIONS_CATALYST_APP_EXPORT: "../scripts/exportOptions/Beta_Catalyst_ExportOptions.plist"
2222
EXPORT_OPTIONS_IOS: "../scripts/exportOptions/Beta_iOS_ExportOptions.plist"
23+
permissions:
24+
contents: write # needed for git push in updateLocalization
2325
# Steps represent a sequence of tasks that will be executed as part of the job
2426
steps:
2527
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)