Skip to content

Commit

Permalink
update(ci): update name of key for ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 17, 2024
1 parent 2b524f2 commit 97b383a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
branch: gh-pages
commit-message: "Deploying Playwright report to gh-pages"
single-commit: true
token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
repository-name: Satellite-im/test-reports
target-folder: ${{ steps.timestampidone.outputs.timestamp }}

Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
branch: gh-pages
commit-message: "Deploying Allure report to gh-pages"
single-commit: true
token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
repository-name: Satellite-im/test-reports
target-folder: ${{ steps.timestampidtwo.outputs.timestamp }}

Expand Down

0 comments on commit 97b383a

Please sign in to comment.