Skip to content

Commit 95b6b76

Browse files
authored
chore: reuse CI permissions content write to release (#131)
1 parent d3cc2ff commit 95b6b76

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)