Skip to content

Commit

Permalink
Update clean-workflow-logs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mardejesus authored Oct 15, 2024
1 parent a548598 commit e57a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-workflow-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: igorjs/gh-actions-clean-workflow@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN || secrets.TOKEN }}
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
days_old: ${{ github.event.inputs.days_old }}

0 comments on commit e57a54b

Please sign in to comment.