Skip to content

Commit a0520b2

Browse files
kelmagasdolo
authored andcommitted
chore: added permissions on expo doctor and stale workflows
1 parent 6faa176 commit a0520b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/expo-doctor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- 'package.json'
2424
- 'pnpm-lock.yaml'
2525

26+
permissions:
27+
contents: read
28+
pull-requests: write
29+
2630
jobs:
2731
doctor:
2832
name: Expo Doctor (expo)

.github/workflows/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
- cron: '0 0 * * *'
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
jobs:
812
stale:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)