Skip to content

Commit b3e6906

Browse files
authored
feat(workflow): Add Permissions for Continuous Delivery workflow (#159)
2 parents 0eb98a0 + ca3017d commit b3e6906

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- 'Dockerfile'
1111
- '.github/workflows/continuous-delivery.yml'
1212
- 'package.json'
13+
permissions:
14+
contents: read
15+
packages: write
1316

1417
env:
1518
HUSKY: 0

0 commit comments

Comments
 (0)