From ee65489a0fdb5a98c4d40f1ed95870d58c67744d Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Wed, 13 Mar 2024 11:01:01 +0100 Subject: [PATCH] Add docs --- .github/workflows/hotfix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index 11f0b1c821..273938c575 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -40,6 +40,8 @@ jobs: APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY_BASE64 }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_KEY_ISSUER: ${{ secrets.APPLE_API_KEY_ISSUER }} + # Elevated permissions token is needed here or otherwise GitHub + # blocks pushing the hotfix branch without `workflows` permission. GH_TOKEN: ${{ secrets.GHA_ELEVATED_PERMISSIONS_TOKEN }} run: | git config --global user.name "Dax the Duck"