Replace AZURE_OPENAI_KEY with AZURE_OPENAI_API_KEY (consistent naming of API keys) #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lock closed issue | |
on: | |
issues: | |
types: [closed] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: OSDKDev/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |