Skip to content

Commit

Permalink
change permissions
Browse files Browse the repository at this point in the history
Signed-off-by: anandrkskd <ansingh@redhat.com>
  • Loading branch information
anandrkskd committed May 11, 2023
1 parent 8efd594 commit 8787a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infra-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: pre-config
run: |
echo "${{ secrets.NFSKEY }}" > ./ssh_key
chmod 600 ./ssh_key
- name: update name from Stageing to production
run: |
sed -i 's/odo-stage/odo-tests/g' scripts/ansible/Cluster/vars.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/infra-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: pre-config
run: |
echo "${{ secrets.NFSKEY }}" > ./ssh_key
chmod 600 ./ssh_key
- name: Create Stageing Cluster
uses: dawidd6/action-ansible-playbook@v2
env:
Expand Down

0 comments on commit 8787a15

Please sign in to comment.