Skip to content

Commit 4baeae5

Browse files
committed
See if this fixes the check permissions…
1 parent e2c6b51 commit 4baeae5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on:
55
pull_request:
66
branches: ["main"]
77

8+
permissions:
9+
contents: read
10+
811
concurrency:
912
group: "check-${{ github.head_ref }}"
1013
cancel-in-progress: true
1114

1215
jobs:
1316
check:
1417
runs-on: ubuntu-latest
18+
permissions: {}
1519
env:
1620
NEXT_PUBLIC_SUPABASE_URL: ${{ vars.NEXT_PUBLIC_SUPABASE_URL }}
1721
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ vars.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
@@ -23,7 +27,7 @@ jobs:
2327
with:
2428
bun-version: latest
2529
- name: Install dependencies
26-
run: bun install
30+
run: bun install --frozen-lockfile
2731
- name: Lint
2832
run: bun run lint
2933
- name: Type check

0 commit comments

Comments
 (0)