Skip to content

Commit

Permalink
Try with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
steventkrawczyk committed Jul 26, 2023
1 parent 1857168 commit 0dd8a72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
comment:
permissions: write-all
runs-on: ubuntu-latest
env:
OPENAI_API_KEY: ${{ secrets.GHA_OPENAI_API_KEY }}
steps:
- name: Check out source repository
uses: actions/checkout@v3
Expand All @@ -27,7 +29,7 @@ jobs:
pip3 install .
- name: Create markdown
run: |
DEBUG=1 python scripts/create_comment.py
python scripts/create_comment.py
- name: Write comment
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 0dd8a72

Please sign in to comment.