We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e593c7 commit 8b1906dCopy full SHA for 8b1906d
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Export secrets
14
run: |
15
echo "${{ secrets.SSH_KEY }}" >> id_rsa
16
- chmod 0644 id_rsa
+ chmod 600 id_rsa
17
echo "UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}" >> exported_secrets
18
echo "UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}" >> exported_secrets
19
echo "UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}" >> exported_secrets
0 commit comments