Skip to content

Commit

Permalink
minor monitor-components improvements (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho authored Oct 31, 2022
2 parents bb3e903 + c8dc900 commit beeaffb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:

env:
CHARACTER_LIMIT: 5000
MAX_AGE: 48h
MAX_AGE: 7d

jobs:
job:
runs-on: ubuntu-latest
environment: monitor-components
permissions:
issues: write
strategy:
matrix:
component:
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
feed: ${{matrix.component.feed}}
prefix: "[New ${{matrix.component.label}} version]"
labels: component-update
github-token: ${{ secrets.MONITOR_COMPONENTS_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
character-limit: ${{ env.CHARACTER_LIMIT }}
max-age: ${{ env.MAX_AGE }}
aggregate: ${{matrix.component.aggregate}}
Expand Down

0 comments on commit beeaffb

Please sign in to comment.