Skip to content

Commit 3aec55b

Browse files
josephperrottzarend
authored andcommitted
ci: update to latest feature request triage bot commit (angular#42084)
Update to the latest feature request triage bot commit to use the angular robot github app instead of a token directly. PR Close angular#42084
1 parent 4bc5b4d commit 3aec55b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/feature-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: github.repository == 'angular/angular'
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: angular/dev-infra/github-actions/feature-request@ab1b92098e112b846e54a021458662b529276208
10+
- uses: angular/dev-infra/github-actions/feature-request@34dd2e86e50f548643797ebeb198784c1a15e276
1111
with:
12-
token: ${{ secrets.FEATURE_REQUEST_BOT_TOKEN }}
12+
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1313
limit: 50

0 commit comments

Comments
 (0)