Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MS-elug committed Jun 5, 2024
2 parents 463c0b5 + aab3505 commit 42c0779
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git author
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: TED run
uses: OpenGuidou/[email protected]
env:
OPENAI_API_VERSION: ${{ secrets.OPENAI_API_VERSION }}
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
EMBEDDING_DEPLOYMENT_NAME: ${{ secrets.EMBEDDING_DEPLOYMENT_NAME }}
GPT_DEPLOYMENT_NAME: ${{ secrets.GPT_DEPLOYMENT_NAME }}
with:
ted-flavor: python2-3
github_repository: ${{ github.repository }}
github_token: ${{ github.token }}
branch: ${{ github.ref_name }}
branch: ${{ github.ref_name }}

0 comments on commit 42c0779

Please sign in to comment.