From 4fb7e046869b1d395be867b43ccc0ffeaa34e17a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 10 Jan 2022 14:45:47 +0100 Subject: [PATCH] github: Use specific token to override branch protection --- .github/workflows/update-docs-translations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index 125062035..ff9a0135e 100644 --- a/.github/workflows/update-docs-translations.yaml +++ b/.github/workflows/update-docs-translations.yaml @@ -11,6 +11,8 @@ jobs: name: Update translations and documentation steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - uses: actions/setup-go@v2 with: go-version: ^1.17.6