From 29ff40979a62b3cb5f971b3319f35ac8d2699c43 Mon Sep 17 00:00:00 2001 From: yaswanth6240 Date: Thu, 9 May 2024 20:00:25 +0530 Subject: [PATCH] fix: check vars --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 044414b..eb5e078 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,13 @@ jobs: runs-on: ubuntu-latest steps: + - name: Generate GitHub app token + id: generate_app_token + uses: actions/create-github-app-token@v1 + with: + app-id: ${{ vars.HYPER_SDK_APP_ID }} + private-key: ${{ secrets.HYPER_SDK_APP_PRIVATE_KEY }} + - name: Checkout code uses: actions/checkout@v4 with: