mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 06:16:53 +08:00
Give secrets to called scripts
This commit is contained in:
parent
8c97cd3d9c
commit
2452a748de
@ -29,3 +29,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
||||||
create_feature_branch: true
|
create_feature_branch: true
|
||||||
|
secrets: inherit
|
||||||
|
@ -32,6 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cura_version: ${{ inputs.cura_version }}
|
cura_version: ${{ inputs.cura_version }}
|
||||||
create_feature_branch: false
|
create_feature_branch: false
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
find-rc-tag:
|
find-rc-tag:
|
||||||
name: Find RC tag name
|
name: Find RC tag name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user