There was an error while loading. Please reload this page.
1 parent da2e0f2 commit c29aefbCopy full SHA for c29aefb
1 file changed
.github/workflows/pull_request_report.yml
@@ -7,7 +7,7 @@ on:
7
# - cron: '0 0 * * *'
8
9
permissions:
10
- contents: write
+ contents: read
11
12
jobs:
13
build:
@@ -78,9 +78,9 @@ jobs:
78
79
- name: Commit Allure report
80
if: always()
81
- uses: peaceiris/actions-gh-pages@v4 # Обновлено с v2 до v4
+ uses: peaceiris/actions-gh-pages@v2 # Обновлено с v2 до v4 - вернула 2
82
env:
83
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ PERSONAL_TOKEN: ${{ secrets.CI_TOKEN }}
84
PUBLISH_BRANCH: gh-pages
85
PUBLISH_DIR: allure-history
86
continue-on-error: true
0 commit comments