File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 build-server :
2424 name : Build and release server
2525 runs-on : ubuntu-latest
26+ permissions :
27+ contents : write
2628 if : github.event.inputs.name || github.event.inputs.new_tag
2729 env :
2830 ARTIFACTS : server/dist/reearth_*.*
Original file line number Diff line number Diff line change 6565 name : Release nightly/rc
6666 runs-on : ubuntu-latest
6767 needs : [build-web]
68+ permissions :
69+ contents : write
6870 if : ${{ github.event.inputs.name != 'blank' }}
6971 env :
7072 ARTIFACT : reearth-web_${{ github.event.inputs.name }}.tar.gz
@@ -238,6 +240,8 @@ jobs:
238240 release :
239241 name : Release
240242 runs-on : ubuntu-latest
243+ permissions :
244+ contents : write
241245 if : ${{ github.event.inputs.new_tag != 'blank' }}
242246 env :
243247 ARTIFACT : reearth-web_${{ github.event.inputs.new_tag }}.tar.gz
You can’t perform that action at this time.
0 commit comments