mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
add perms to build.yml
This commit is contained in:
parent
c9990eef6e
commit
9a8ff135c7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
publish-nightly:
|
||||
needs: build
|
||||
permissions: write-all
|
||||
if: (github.ref == 'refs/heads/master') && (!startsWith(github.ref, 'refs/tags/v'))
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -69,6 +70,7 @@ jobs:
|
|||
|
||||
publish-release:
|
||||
needs: build
|
||||
permissions: write-all
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue