File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 id : generate_token
2727 uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2828 with :
29- app -id : ${{ secrets.GH_BOT_APP_ID }}
29+ client -id : ${{ secrets.GH_BOT_APP_ID }}
3030 private-key : ${{ secrets.GH_BOT_APP_KEY }}
3131 owner : ${{ github.repository_owner }}
3232 - name : Check out FlowFuse/blueprint-library repository (to access the blueprints)
Original file line number Diff line number Diff line change 1010 id : generate_token
1111 uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1212 with :
13- app -id : ${{ secrets.GH_CI_READONLY_APP_ID }}
13+ client -id : ${{ secrets.GH_CI_READONLY_APP_ID }}
1414 private-key : ${{ secrets.GH_CI_READONLY_APP_KEY }}
1515 owner : ${{ github.repository_owner }}
1616 repositories : |
You can’t perform that action at this time.
0 commit comments