Skip to content

Commit 498a2ab

Browse files
authored
Update CI/CD workflow with permissions
Add permissions for reading contents and secrets
1 parent e4fed54 commit 498a2ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CI/CD Deployment
22

3+
permissions:
4+
contents: read
5+
secrets: read
6+
7+
38
on:
49
push:
510
branches: [main]

0 commit comments

Comments
 (0)