Skip to content

Commit

Permalink
test_: use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 9, 2025
1 parent c20fd83 commit 39aedf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
FORCE_COLOR: "1"
DEPLOY_TEST_REPORTS_PAT: ${{ secrets.DEPLOY_TEST_REPORTS_PAT }}

jobs:
test-reliability:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
if: env.WORKFLOW_CONCLUSION != 'cancelled'
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ env.DEPLOY_TEST_REPORTS_PAT }}
external_repository: status-im/status-cli-tests
publish_branch: gh-pages
publish_dir: allure-history
Expand Down

0 comments on commit 39aedf2

Please sign in to comment.