Skip to content

Commit

Permalink
ci: fix id_rsa perm
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Feb 26, 2024
1 parent 71e8c23 commit 7ae0886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v2

- run: echo -e "{{ secrets.FL_DATA_KEY }}" > ${{ github.workspace }}/id_rsa
- run: chown $(id -u):$(id -g) ${{ github.workspace }}/id_rsa
- run: chmod 400 ${{ github.workspace }}/id_rsa

- uses: actions/checkout@v4
Expand Down

0 comments on commit 7ae0886

Please sign in to comment.