Skip to content

Commit 44155a3

Browse files
committed
chore: fix ci permissions to contents:write
1 parent 8c69c40 commit 44155a3

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release_alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
release:
10+
permissions:
11+
contents: write
1012
uses: reearth/core/.github/workflows/npm_release.yml@beta
1113
with:
1214
branch: alpha

.github/workflows/release_beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
release:
10+
permissions:
11+
contents: write
1012
uses: reearth/core/.github/workflows/npm_release.yml@beta
1113
with:
1214
branch: beta

.github/workflows/release_latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
jobs:
1313
release:
14+
permissions:
15+
contents: write
1416
uses: reearth/core/.github/workflows/npm_release.yml@beta
1517
with:
1618
branch: main

0 commit comments

Comments
 (0)