Skip to content

Commit 491cd45

Browse files
authored
fix: auto trunk upgrade action (#17)
1 parent 2e23e73 commit 491cd45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/trunk-upgrade.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,8 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
2121

22-
- name: Create Token for MasterpointBot App
23-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a #v2.1.0
24-
id: generate-token
25-
with:
26-
app_id: ${{ secrets.MP_BOT_APP_ID }}
27-
private_key: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
28-
2922
- name: Upgrade
3023
uses: trunk-io/trunk-action/upgrade@86b68ffae610a05105e90b1f52ad8c549ef482c2 #v1.1.16
3124
with:
32-
github-token: ${{ steps.generate-token.outputs.token }}
3325
reviewers: "@masterpointio/masterpoint-internal"
3426
prefix: "chore: "

0 commit comments

Comments
 (0)