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 9780c38 commit 74ba67b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
env:
GIT_SSH_COMMAND: ssh -i ./secret -o StrictHostKeyChecking=no -F /dev/null
run: |-
echo "${{ secrets.GH_SECRET_KEY }}" > secret
chmod 600 secret
git clone git@github.com:TOnodera/config-for-helm-sample.git
cd config-for-helm-sample/gitops-helm
# update values.yaml in new branch
Expand All @@ -50,8 +53,6 @@ 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 74ba67b

Please sign in to comment.