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..dc829476 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,7 +100,7 @@ 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