mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Modify release workflow permissions
This commit is contained in:
parent
2a06eeb02f
commit
08b6930ca2
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -6,9 +6,6 @@ on:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
check-versions:
|
||||
runs-on: ubuntu-latest
|
||||
@ -70,6 +67,8 @@ jobs:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
||||
release:
|
||||
permissions:
|
||||
contents: write
|
||||
needs: [check-versions, coordinator-image, client-image, android-build]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user