Skip to content

Commit 8f8f184

Browse files
fix(ci): remove invalid environments permission from preview workflow (#70)
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: Cursor Agent <cursoragent@cursor.com>
1 parent 39f2a2f commit 8f8f184

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ on:
4040
permissions:
4141
contents: read
4242
pull-requests: write
43-
environments: write
4443

4544
concurrency:
4645
group: >-

0 commit comments

Comments
 (0)