From 4e76a433f14960e0f3e2e0953ff225b850db1086 Mon Sep 17 00:00:00 2001 From: "Ricardo Q. Bazan" Date: Sun, 17 May 2026 11:23:51 -0500 Subject: [PATCH 1/2] ci: upgrade preview step to use latest changes --- .bun-version | 1 - .github/workflows/ci.yml | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .bun-version diff --git a/.bun-version b/.bun-version deleted file mode 100644 index e8ea05db..00000000 --- a/.bun-version +++ /dev/null @@ -1 +0,0 @@ -1.2.4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e6d14ae..ff4592d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,7 @@ jobs: if: ${{ startsWith(github.head_ref, 'feat') || startsWith(github.head_ref, 'fix') || contains(github.event.pull_request.labels.*.name, 'preview') }} permissions: id-token: write - contents: write - packages: write - pull-requests: write + contents: read steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4 @@ -102,10 +100,10 @@ jobs: node-version-file: .node-version - name: ⌛ Setup CI - uses: variableland/gh-actions/actions/setup-pnpm-bun@main + uses: variableland/gh-actions/actions/setup-pnpm@main - name: 🚀 Preview release - uses: variableland/gh-actions/actions/monorepo-preview-release@main + uses: variableland/gh-actions/actions/monorepo-preview-release@dev with: github_token: ${{ secrets.GITHUB_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }} From 9e77795800774ca6df0a0c2a1fb6cdec616a13e2 Mon Sep 17 00:00:00 2001 From: "Ricardo Q. Bazan" Date: Mon, 18 May 2026 20:05:02 -0500 Subject: [PATCH 2/2] ci: upgrade preview step to use latest changes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4592d6..dc829476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: uses: variableland/gh-actions/actions/setup-pnpm@main - name: 🚀 Preview release - uses: variableland/gh-actions/actions/monorepo-preview-release@dev + uses: variableland/gh-actions/actions/monorepo-preview-release@main with: github_token: ${{ secrets.GITHUB_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }}