You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# git commands like commit work using the bot user
116
+
- run: |
117
+
git add .
118
+
git commit -m "Auto-generated changes"
119
+
git push
120
+
```
121
+
122
+
The `<BOT USER ID>` is the numeric user ID of the app's bot user, which can be found under `https://api.github.com/users/<app-slug>%5Bbot%5D`.
123
+
For example, we can check at `https://api.github.com/users/dependabot%5Bbot%5D` to see the user ID of dependabot is 49699333.
124
+
87
125
### Create a token for all repositories in the current owner's installation
0 commit comments