chore: update GitHub Actions workflow to inherit secrets (#8922)
This commit is contained in:
parent
7ffec1a696
commit
8fdd23a9b6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -41,6 +41,7 @@ on:
|
|||
default: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
if: ${{ github.event.inputs.release_package_base == 'true' || github.event.inputs.release_package_main == 'true' }}
|
||||
|
|
@ -50,6 +51,8 @@ jobs:
|
|||
python-versions: "['3.10', '3.11', '3.12', '3.13']"
|
||||
frontend-tests-folder: "tests"
|
||||
release: true
|
||||
secrets: inherit
|
||||
|
||||
|
||||
release-base:
|
||||
name: Release Langflow Base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue