We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe960c commit c1c8ce2Copy full SHA for c1c8ce2
1 file changed
.github/workflows/compare.yml
@@ -94,8 +94,14 @@ jobs:
94
cat diff-$outarch/config.diff >> diff.output &&
95
echo '```' >> diff.output);
96
done
97
+ - uses: tibdex/github-app-token@v2.1.0
98
+ id: gettoken
99
+ with:
100
+ app_id: 337143
101
+ private_key: ${{ secrets.GH_APP_PRIVKEY }}
102
- uses: peter-evans/create-or-update-comment@v4
103
with:
104
+ token: ${{ steps.gettoken.outputs.token }}
105
comment-id: ${{ steps.fc.outputs.comment-id }}
106
issue-number: ${{ github.event.pull_request.number }}
107
body-path: diff.output
0 commit comments