Skip to content

Commit 8d8ae59

Browse files
authored
chore(ci): Replace GH_CQ_BOT PAT with GitHub App tokens (#78)
Replace the non-expiring personal access token (GH_CQ_BOT) with short-lived tokens from the cloudquery-ci GitHub App using actions/create-github-app-token@v3.
1 parent 683dc95 commit 8d8ae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.kodiak.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 1
22

33
[approve]
4-
auto_approve_usernames = ["cq-bot"]
4+
auto_approve_usernames = ["cloudquery-ci"]
55

66
[merge.message]
77
body = "pull_request_body"

0 commit comments

Comments
 (0)