Skip to content

Commit

Permalink
pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 31, 2024
1 parent b40eb09 commit 07b3048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
prebuild-checks:
uses: ./.github/workflows/prebuild.yml
secrets: inherit
# release-please:
# runs-on: ubuntu-latest
# permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Pre-build checks

on:
workflow_call:
secrets:
OPENAI_API_KEY_FROM_WEAVIATE:
required: true
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 07b3048

Please sign in to comment.