Skip to content

Commit 9bfabba

Browse files
committed
Revert "minor monitor-components improvements (git-for-windows#3983)"
This reverts commit beeaffb, reversing changes made to bb3e903.
1 parent f14eb32 commit 9bfabba

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/monitor-components.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ on:
1212

1313
env:
1414
CHARACTER_LIMIT: 5000
15-
MAX_AGE: 7d
15+
MAX_AGE: 48h
1616

1717
jobs:
1818
job:
1919
runs-on: ubuntu-latest
20-
permissions:
21-
issues: write
20+
environment: monitor-components
2221
strategy:
2322
matrix:
2423
component:
@@ -84,7 +83,7 @@ jobs:
8483
feed: ${{matrix.component.feed}}
8584
prefix: "[New ${{matrix.component.label}} version]"
8685
labels: component-update
87-
github-token: ${{ secrets.GITHUB_TOKEN }}
86+
github-token: ${{ secrets.MONITOR_COMPONENTS_PAT }}
8887
character-limit: ${{ env.CHARACTER_LIMIT }}
8988
max-age: ${{ env.MAX_AGE }}
9089
aggregate: ${{matrix.component.aggregate}}

0 commit comments

Comments
 (0)