Skip to content

Commit 52293cf

Browse files
committed
fix(ci): restore snapshot checkout permission for private repo
1 parent 1fc3965 commit 52293cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: [main, next-minor, next-major]
66
workflow_dispatch:
77

8-
permissions: {}
8+
permissions:
9+
contents: read
910

1011
jobs:
1112
snapshot:

0 commit comments

Comments
 (0)