Skip to content

Commit

Permalink
Set permissions on ssh files
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent 8816ec6 commit 754d5fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
- name: "Run Docker container"
run: "docker run -d -p 2222:22 setono/deployer-cron"

- name: "Change permissions"
run: "chmod 600 ./tests/docker/ssh_key && chmod 644 ./tests/docker/ssh_key.pub"

- name: "Setup PHP, with composer and extensions"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit 754d5fd

Please sign in to comment.