Skip to content

Commit 8787a15

Browse files
committed
change permissions
Signed-off-by: anandrkskd <[email protected]>
1 parent 8efd594 commit 8787a15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/infra-apply.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: pre-config
2222
run: |
2323
echo "${{ secrets.NFSKEY }}" > ./ssh_key
24+
chmod 600 ./ssh_key
2425
- name: update name from Stageing to production
2526
run: |
2627
sed -i 's/odo-stage/odo-tests/g' scripts/ansible/Cluster/vars.yml

.github/workflows/infra-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: pre-config
2323
run: |
2424
echo "${{ secrets.NFSKEY }}" > ./ssh_key
25+
chmod 600 ./ssh_key
2526
- name: Create Stageing Cluster
2627
uses: dawidd6/action-ansible-playbook@v2
2728
env:

0 commit comments

Comments
 (0)