up allure

This commit is contained in:
Sasha 2025-12-10 00:11:41 +01:00
parent 2726b3e77f
commit c30e88c8fd
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/waku-org/projects/2
project-url: https://github.com/orgs/logos-messaging/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_20240815 }}

View File

@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v3
continue-on-error: true
with:
repository: waku-org/allure-jswaku
repository: logos-messaging/logos-messaging-js-allure
ref: gh-pages
path: gh-pages
token: ${{ env.GITHUB_TOKEN }}
@ -89,7 +89,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ env.GITHUB_TOKEN }}
external_repository: waku-org/allure-jswaku
external_repository: logos-messaging/logos-messaging-js-allure
publish_branch: gh-pages
publish_dir: allure-history
@ -125,4 +125,4 @@ jobs:
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
echo "- **NWAKU**: ${{ env.WAKUNODE_IMAGE }}" >> $GITHUB_STEP_SUMMARY
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://waku-org.github.io/allure-jswaku/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-js-allure/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY