Skip to content

Commit cc76041

Browse files
authored
Merge pull request #10 from linz/chore/ENABLE-6677-replace-pat
ci: replace classic PAT with fine-grained app token ENABLE-6677
2 parents b05525f + d829655 commit cc76041

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
1717
with:
1818
release-type: simple
19-
token: ${{ secrets.STEP_GITHUB_ACTION_TOKEN }}
19+
token: ${{ secrets.LINZ_GITHUB_AUTOMATION }}

.kodiak.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ version = 1
33
[approve]
44
auto_approve_usernames = ["dependabot"]
55

6-
[merge]
7-
automerge_label = "automerge 🚀"
8-
96
[merge.message]
107
include_coauthors = true
118
include_pull_request_url = true

0 commit comments

Comments
 (0)