7
.github/workflows/bump.yaml
vendored
7
.github/workflows/bump.yaml
vendored
@ -23,6 +23,13 @@ jobs:
|
|||||||
|
|
||||||
bump:
|
bump:
|
||||||
name: 'Bump'
|
name: 'Bump'
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
contents: write
|
||||||
|
actions: read
|
||||||
|
statuses: read
|
||||||
|
checks: write
|
||||||
|
packages: write
|
||||||
uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@development
|
uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@development
|
||||||
with:
|
with:
|
||||||
CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}
|
CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}
|
||||||
|
Reference in New Issue
Block a user