Skip to content

Commit 249ac9a

Browse files
committed
try moving read packages to the right place
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
1 parent b16a230 commit 249ac9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- 'packages/**'
88
- 'apps/**'
99

10-
permissions:
11-
packages: read
12-
1310
env:
1411
HUSKY: 0
1512

@@ -51,6 +48,7 @@ jobs:
5148
contents: read
5249
id-token: write
5350
pull-requests: write
51+
packages: read
5452
env:
5553
VUEPRESS_BASE_URL: /deploy-previews/pr-${{ github.event.pull_request.number }}/
5654
DIALTONE_BUCKET_DIRECTORY: dialtone.dialpad.com/deploy-previews/pr-${{ github.event.pull_request.number }}/

0 commit comments

Comments
 (0)