diff --git a/.github/workflows/ts-sdk.yml b/.github/workflows/ts-sdk.yml index 7331af9..6f754cd 100644 --- a/.github/workflows/ts-sdk.yml +++ b/.github/workflows/ts-sdk.yml @@ -33,14 +33,18 @@ jobs: # run: | # fern generate --group node-sdk --version ${{ inputs.version }} --log-level debug - - uses: actions/checkout@v4 - with: - # Repository name with owner. For example, actions/checkout - # Default: ${{ github.repository }} - repository: 'hookdeck/hookdeck-typescript-sdk.git' - path: 'hookdeck-typescript-sdk' - ref: 'main' - token: ${{ secrets.GH_ACCESS_TOKEN }} + # - uses: actions/checkout@v4 + # with: + # # Repository name with owner. For example, actions/checkout + # # Default: ${{ github.repository }} + # repository: 'hookdeck/hookdeck-typescript-sdk.git' + # path: 'hookdeck-typescript-sdk' + # ref: 'main' + # token: ${{ secrets.GH_ACCESS_TOKEN }} + + - name: Clone hookdeck-typescript-sdk for JSR + run: | + git clone https://${{ secrets.GH_ACCESS_TOKEN }}:@github.com/hookdeck/hookdeck-typescript-sdk.git - name: Update jsr.json version uses: jossef/action-set-json-field@v2.1