diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ee7393..6410351 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: id: generate-token uses: tibdex/github-app-token@v2 with: - app_id: ${{ secrets.SPLINE_BOT_APP_ID }} + app_id: ${{ secrets.SPLINE_BOT_APP }} private_key: ${{ secrets.SPLINE_BOT_APP_KEY }} - name: Checkout repo