mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
Give secrets to called scripts
This commit is contained in:
parent
8c97cd3d9c
commit
2452a748de
2 changed files with 2 additions and 0 deletions
|
|
@ -29,3 +29,4 @@ jobs:
|
|||
with:
|
||||
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
||||
create_feature_branch: true
|
||||
secrets: inherit
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
with:
|
||||
cura_version: ${{ inputs.cura_version }}
|
||||
create_feature_branch: false
|
||||
secrets: inherit
|
||||
|
||||
find-rc-tag:
|
||||
name: Find RC tag name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue