Skip to content

Commit

Permalink
Update index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Dec 3, 2024
1 parent 2d2ad77 commit 0288383
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0288383

Please sign in to comment.