Skip to content

Commit

Permalink
Fix github action files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalaldo committed Dec 13, 2024
2 parents 8c1c691 + d134197 commit 6aa0bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-preprod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
persist-credentials: false
with:
persist-credentials: false

- name: Copy files using SCP
uses: appleboy/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
persist-credentials: false
with:
persist-credentials: false

- name: Copy files using SCP
uses: appleboy/[email protected]
Expand Down

0 comments on commit 6aa0bd1

Please sign in to comment.