From c34054544baa5a5f8411e87cb39c97058a886e38 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 12 Apr 2026 14:10:13 +0000 Subject: [PATCH] fix(ci): remove invalid environments permission from preview workflow GitHub Actions workflow permissions only allow a fixed set of keys; 'environments' is not valid and caused workflow validation to fail on push. Co-authored-by: Kent C. Dodds --- .github/workflows/preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 688b243..2a0fc4e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -40,7 +40,6 @@ on: permissions: contents: read pull-requests: write - environments: write concurrency: group: >-