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