Skip to content

Commit 1abb447

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
Since we switched to read-only GitHub tokens for regular workflow runs, we need a custom PAT to create those issues. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2861891 commit 1abb447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/monitor-components.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
jobs:
1818
job:
1919
runs-on: ubuntu-latest
20+
environment: monitor-components
2021
strategy:
2122
matrix:
2223
component:
@@ -76,7 +77,7 @@ jobs:
7677
feed: ${{matrix.component.feed}}
7778
prefix: "[New ${{matrix.component.label}} version]"
7879
labels: component-update
79-
github-token: ${{ secrets.GITHUB_TOKEN }}
80+
github-token: ${{ secrets.MONITOR_COMPONENTS_PAT }}
8081
character-limit: ${{ env.CHARACTER_LIMIT }}
8182
max-age: ${{ env.MAX_AGE }}
8283
aggregate: ${{matrix.component.aggregate}}

0 commit comments

Comments
 (0)