Skip to content

Commit

Permalink
fix: activity summary workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 11, 2024
1 parent a64ae52 commit e9c4df1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
repo-name: ${{ github.repository }}
project-name: 'Darker'
extra-packages: 'llm-openrouter'
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}

# Optional inputs for debugging purposes:
verbose: '2'
dry-run: 'true'
output-content: '-'
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}

0 comments on commit e9c4df1

Please sign in to comment.