Skip to content

Commit

Permalink
Create step1workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 16, 2024
1 parent b657e4c commit 34de65e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/step1workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jobs:
example-job:
steps:
- name: Use API Key
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
# Your script that uses the API key

0 comments on commit 34de65e

Please sign in to comment.