Skip to content

Commit 8b1906d

Browse files
committed
try fix?
1 parent 9e593c7 commit 8b1906d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Export secrets
1414
run: |
1515
echo "${{ secrets.SSH_KEY }}" >> id_rsa
16-
chmod 0644 id_rsa
16+
chmod 600 id_rsa
1717
echo "UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}" >> exported_secrets
1818
echo "UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}" >> exported_secrets
1919
echo "UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}" >> exported_secrets

0 commit comments

Comments
 (0)