Skip to content

Commit

Permalink
fixup! Add a GitHub workflow to monitor component updates
Browse files Browse the repository at this point in the history
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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 3, 2021
1 parent 2861891 commit 1abb447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
job:
runs-on: ubuntu-latest
environment: monitor-components
strategy:
matrix:
component:
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
feed: ${{matrix.component.feed}}
prefix: "[New ${{matrix.component.label}} version]"
labels: component-update
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.MONITOR_COMPONENTS_PAT }}
character-limit: ${{ env.CHARACTER_LIMIT }}
max-age: ${{ env.MAX_AGE }}
aggregate: ${{matrix.component.aggregate}}
Expand Down

0 comments on commit 1abb447

Please sign in to comment.