Skip to content

Commit 8d19f40

Browse files
authored
fix: add necessary comment and delete innecesary cred configuration (#18)
1 parent 69c97bf commit 8d19f40

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/pull_request_tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@ jobs:
3333
runs-on: ubuntu-latest
3434
container:
3535
image: ghcr.io/docplanner/helm-repo-updater/build-tools:develop
36-
# TODO: Remind to delete this part when we make public the repository
37-
credentials:
38-
username: ${{ github.actor }}
39-
password: ${{ secrets.CR_PAT }}
4036
services:
4137
git-server:
4238
image: ghcr.io/docplanner/helm-repo-updater/git-repo-server:develop
43-
# TODO: Remind to delete this part when we make public the repository
44-
credentials:
45-
username: ${{ github.actor }}
46-
password: ${{ secrets.CR_PAT }}
4739
steps:
4840
- uses: actions/checkout@v2
4941

internal/app/git/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package git
22

33
import "text/template"
44

5+
// DefaultGitCommitMessage is the default commit message build with the changes detected in the app
56
const DefaultGitCommitMessage = `🚀 automatic update of {{ .AppName }}
67
{{ range .KeyChanges -}}
78
updates key {{ .Key }} value from '{{ .OldValue }}' to '{{ .NewValue }}'

0 commit comments

Comments
 (0)