Skip to content

Commit 29645f2

Browse files
committed
chore(ci): Fix deliver workflow permissions
1 parent f177618 commit 29645f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deliver.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ permissions: {}
1515
jobs:
1616
deliver:
1717
permissions:
18-
contents: read
18+
contents: write
1919
packages: write
20-
pages: write
2120
uses: opentdf/web-sdk/.github/workflows/reusable_deliver.yaml@main
2221
secrets:
2322
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)