mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-04-28 21:30:16 +02:00
fix : fixing prerelease job permission
This commit is contained in:
parent
1a519c3531
commit
bb538a4b4c
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
|||||||
|
|
||||||
prerelease:
|
prerelease:
|
||||||
needs: build
|
needs: build
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
discussions: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user