Skip to content

Commit 03edf4e

Browse files
committed
chore(ci): add contents write permission to release workflow
Grant write permission to contents for GitHub Actions job to enable artifact publishing.
1 parent 1822bf4 commit 03edf4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
create-artifacts:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012

1113
steps:
1214
- name: Checkout code

0 commit comments

Comments
 (0)