Fix warning and publishing permissions
This commit is contained in:
@@ -8,6 +8,9 @@ on:
|
|||||||
- v1.*
|
- v1.*
|
||||||
- v1.*.*
|
- v1.*.*
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -27,6 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replaceArtifacts: false
|
replacesArtifacts: false
|
||||||
body: Fully automated release
|
body: Fully automated release
|
||||||
artifacts: "./build/distributions/openrndr-application-linux-x64.zip"
|
artifacts: "./build/distributions/openrndr-application-linux-x64.zip"
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ on:
|
|||||||
- v1.*
|
- v1.*
|
||||||
- v1.*.*
|
- v1.*.*
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@@ -27,6 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replaceArtifacts: false
|
replacesArtifacts: false
|
||||||
body: Fully automated release
|
body: Fully automated release
|
||||||
artifacts: "./build/distributions/openrndr-application-macos.zip"
|
artifacts: "./build/distributions/openrndr-application-macos.zip"
|
||||||
|
|||||||
@@ -7,7 +7,10 @@ on:
|
|||||||
- v0.*.*
|
- v0.*.*
|
||||||
- v1.*
|
- v1.*
|
||||||
- v1.*.*
|
- v1.*.*
|
||||||
-
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@@ -27,6 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replaceArtifacts: false
|
replacesArtifacts: false
|
||||||
body: Fully automated release
|
body: Fully automated release
|
||||||
artifacts: "./build/distributions/openrndr-application-windows.zip"
|
artifacts: "./build/distributions/openrndr-application-windows.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user