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 11bff5f commit fd50dd4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
- name: Update values.yaml & Pull Request to Config Repository
env:
GIT_SSH_COMMAND: ssh -i ./secret -o StrictHostKeyChecking=no -F /dev/null
GIT_SSH_COMMAND: ssh -i ~/secret -o StrictHostKeyChecking=no -F /dev/null
run: |-
echo "${{ secrets.GH_SECRET_KEY }}" > secret
chmod 600 secret
pwd
ls -al
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
Expand Down

0 comments on commit fd50dd4

Please sign in to comment.