Skip to content

Commit 757ed5f

Browse files
authored
Merge pull request #244 from devmount/chores/workflow-permissions
Add workflow permissions
2 parents 85425f0 + 3e7b56a commit 757ed5f

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)