File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 id : app
2828 uses : actions/create-github-app-token@v3
2929 with :
30- app -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
30+ client -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
3131 private-key : ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
3232 owner : ${{ github.repository_owner }}
3333
9191 uses : actions/create-github-app-token@v3
9292 with :
9393 owner : ${{ github.repository_owner }}
94- app -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
94+ client -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
9595 private-key : ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
9696
9797 - name : Checkout code
@@ -148,7 +148,7 @@ jobs:
148148 uses : actions/create-github-app-token@v3
149149 with :
150150 owner : ${{ github.repository_owner }}
151- app -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
151+ client -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
152152 private-key : ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
153153
154154 - name : Publish release
Original file line number Diff line number Diff line change 1313 uses : actions/create-github-app-token@v3
1414 with :
1515 owner : ${{ github.repository_owner }}
16- app -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
16+ client -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
1717 private-key : ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
1818
1919 - name : Update Cargo Dependencies
Original file line number Diff line number Diff line change 1313 uses : actions/create-github-app-token@v3
1414 with :
1515 owner : ${{ github.repository_owner }}
16- app -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
16+ client -id : ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
1717 private-key : ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
1818
1919 - name : Update GitHub Actions
Original file line number Diff line number Diff line change 66//! completes, and returns the final result synchronously.
77//! - OPTIONS requests return an empty 200 for CORS preflight.
88
9- use crate :: config;
109use std:: error:: Error ;
1110
11+ use crate :: config;
12+
1213/// Reverse proxy state shared across all request handlers.
1314#[ derive( Clone ) ]
1415pub struct Proxy {
You can’t perform that action at this time.
0 commit comments