Skip to content

Commit

Permalink
Update market-health-reporter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseymur authored Feb 27, 2024
1 parent 8cc37d8 commit 911f4f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/market-health-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry run market-health-reporter \
--issue "${{ github.event.issue.number }}" \
--comment-body "${{ github.event.comment.body }}" \
--github-token "${{ secrets.GITHUB_TOKEN }}" \
--github-token "${{ secrets.TOKEN }}" \
--llm-api-key "${{ secrets.OPENAI_KEY }}" \
--rapid-api "${{ secrets.RAPID_API_KEY }}"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
echo "Pushing changes to origin"
git log origin/new-branch-${{ github.run_id }} --oneline
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

- name: Create a PR from the branch with the commit
run: |
Expand All @@ -66,4 +66,4 @@ jobs:
echo "PR created at URL: $PR_URL"
echo "PR_URL=$PR_URL" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 911f4f0

Please sign in to comment.