File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ jobs:
1919 - name : Checkout
2020 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
22- - name : Create Token for MasterpointBot App
23- uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
24- id : generate-token
22+ - name : Run Trunk Upgrade
23+ uses : masterpointio/github-action-trunk-upgrade@fix/admin-permissions
2524 with :
26- app_id : ${{ secrets.MP_BOT_APP_ID }}
27- private_key : ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
28-
29- - name : Upgrade
30- uses : trunk-io/trunk-action/upgrade@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
31- with :
32- github-token : ${{ steps.generate-token.outputs.token }}
33- reviewers : " @masterpointio/masterpoint-internal"
34- prefix : " chore: "
25+ app-id : ${{ secrets.MP_BOT_APP_ID }}
26+ app-private-key : ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
27+ github-token : ${{ secrets.MASTERPOINT_TEAM_PAT }}
28+ reviewers : " @masterpointio/masterpoint-open-source"
You can’t perform that action at this time.
0 commit comments