From 2d60949abcdab7b959015a8d8d039e8626b3270e Mon Sep 17 00:00:00 2001 From: Gimmy Date: Thu, 13 Mar 2025 16:58:53 +0200 Subject: [PATCH] update CI --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b79046..9157462 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,10 +60,18 @@ jobs: secrets: | kv/data/rubygems "RUBYGEMS_API_KEY" | GEM_HOST_API_KEY; + - + uses: actions/create-github-app-token@v1 + id: app-token + with: + app-id: ${{ vars.CODEGEN_APP_ID }} + private-key: ${{ secrets.CODEGEN_APP_KEY }} + - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ steps.app-token.outputs.token }} - name: Install dependencies