From 0288383067cc80abee524688a89f5ba66be1e522 Mon Sep 17 00:00:00 2001 From: Strahinja Jacimovic Date: Tue, 3 Dec 2024 14:22:51 +0100 Subject: [PATCH] Update index.yaml --- .github/workflows/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index a3a312b6a..ec3d51384 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -26,6 +26,13 @@ jobs: index: runs-on: ubuntu-latest steps: + - name: Authorize Mikroe Actions App + uses: actions/create-github-app-token@v1 + id: app-token + with: + app-id: ${{ vars.MIKROE_ACTIONS }} + private-key: ${{ secrets.MIKROE_ACTIONS_KEY_AUTHORIZE }} + - name: Checkout code uses: actions/checkout@v4