Skip to content

Commit

Permalink
fix: add necessary comment and delete innecesary cred configuration (#18
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xoanmm authored Mar 7, 2022
1 parent 69c97bf commit 8d19f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/docplanner/helm-repo-updater/build-tools:develop
# TODO: Remind to delete this part when we make public the repository
credentials:
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
services:
git-server:
image: ghcr.io/docplanner/helm-repo-updater/git-repo-server:develop
# TODO: Remind to delete this part when we make public the repository
credentials:
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions internal/app/git/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package git

import "text/template"

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

0 comments on commit 8d19f40

Please sign in to comment.