We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e23e73 commit 491cd45Copy full SHA for 491cd45
.github/workflows/trunk-upgrade.yml
@@ -19,16 +19,8 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
21
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
-
29
- name: Upgrade
30
uses: trunk-io/trunk-action/upgrade@86b68ffae610a05105e90b1f52ad8c549ef482c2 #v1.1.16
31
with:
32
- github-token: ${{ steps.generate-token.outputs.token }}
33
reviewers: "@masterpointio/masterpoint-internal"
34
prefix: "chore: "
0 commit comments