From 3497a4cc266eafbf983863e9d8971df80da0d9b4 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 9 Apr 2024 08:09:05 +0200 Subject: [PATCH] allow crowdin to write --- .github/workflows/crowdin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 88e3a87..952a778 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -7,7 +7,8 @@ on: jobs: synchronize-with-crowdin: runs-on: ubuntu-latest - + permissions: + id-token: write steps: - name: Checkout uses: actions/checkout@v4