ci: update to latest feature request triage bot commit (#42084)
Update to the latest feature request triage bot commit to use the angular robot github app instead of a token directly. PR Close #42084
This commit is contained in:
parent
4bc5b4d93b
commit
3aec55b626
|
@ -7,7 +7,7 @@ jobs:
|
||||||
if: github.repository == 'angular/angular'
|
if: github.repository == 'angular/angular'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: angular/dev-infra/github-actions/feature-request@ab1b92098e112b846e54a021458662b529276208
|
- uses: angular/dev-infra/github-actions/feature-request@34dd2e86e50f548643797ebeb198784c1a15e276
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.FEATURE_REQUEST_BOT_TOKEN }}
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||||
limit: 50
|
limit: 50
|
||||||
|
|
Loading…
Reference in New Issue