Skip to content

Commit 52f4e8a

Browse files
committed
fix: adding packages write in both actions
1 parent a95479d commit 52f4e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-preview-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
id-token: write
1414
contents: write
1515
pull-requests: write
16+
packages: write
1617

1718
env:
1819
REF: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || github.event_name == 'pull_request' && github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)