Commit 29a280c
committed
feat(ci): Use GitHub App token instead of default token
Switch the Auto Update Tools workflow to authenticate with the
configured GitHub App instead of the default GITHUB_TOKEN.
Dependency update PRs (like #7675) will now be created and updated
using the SENTRY_DEPENDENCY_UPDATER_GITHUB_APP_* credentials. This
ensures PRs and commits are attributed to the app rather than the
default workflow token.
The workflow generates and uses the app token for checkout and both
create-pull-request steps (clang-format and swiftlint).1 parent 6e6aaad commit 29a280c
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
| 73 | + | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| |||
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
| 96 | + | |
87 | 97 | | |
88 | 98 | | |
89 | 99 | | |
| |||
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| 109 | + | |
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| |||
0 commit comments