Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 12, 2024
1 parent d229f5e commit c2e32e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:


- name: Update values.yaml & Pull Request to Config Repository
env:
GIT_SSH_COMMAND: ssh -i ./secret -o StrictHostKeyChecking=no -F /dev/null
run: |-
# update values.yaml in new branch
cd ./config-for-helm-sample/gitops-helm
Expand All @@ -54,6 +56,8 @@ jobs:
# git push
git add values.yaml
git commit -m "Update tag ${{ github.run_number }}"
echo ${{ secrets.GH_SECRET_KEY }} > secret
chmod 600 secret
git push origin feature/${{ github.run_number }}
# create pull request
Expand Down

0 comments on commit c2e32e3

Please sign in to comment.