Skip to content

Commit 3e7b56a

Browse files
committed
➕ Add workflow permissions
1 parent 85425f0 commit 3e7b56a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
name: Build & Deploy (Nightly)
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
on:
812
push:
913
branches: [ main ]

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
name: Build & Deploy (Production)
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
on:
812
push:
913
tags:

0 commit comments

Comments
 (0)