Skip to content

Commit 5264352

Browse files
committed
Fix release creation by setting permissions
1 parent c47a217 commit 5264352

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deployments.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ env:
1717
STG_ENV: berkhamcounsstg
1818
PRD_ENV: berkhamcouns
1919

20+
permissions:
21+
contents: write
22+
deployments: write
23+
statuses: write
24+
2025
jobs:
2126
check-project:
2227
name: Pre-deploy checks

0 commit comments

Comments
 (0)