Skip to content

Commit d477e8d

Browse files
authored
chore(ci): Fix deliver workflow permissions (#664)
1 parent 037762e commit d477e8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 }}

.github/workflows/reusable_deliver.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ permissions: {}
1212
jobs:
1313
deliver-ghp:
1414
permissions:
15-
contents: read
15+
contents: write
1616
packages: write
17-
pages: write
1817
runs-on: ubuntu-latest
1918

2019
steps:

0 commit comments

Comments
 (0)