Skip to content

Commit c29aefb

Browse files
authored
Update pull_request_report.yml
1 parent da2e0f2 commit c29aefb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# - cron: '0 0 * * *'
88

99
permissions:
10-
contents: write
10+
contents: read
1111

1212
jobs:
1313
build:
@@ -78,9 +78,9 @@ jobs:
7878

7979
- name: Commit Allure report
8080
if: always()
81-
uses: peaceiris/actions-gh-pages@v4 # Обновлено с v2 до v4
81+
uses: peaceiris/actions-gh-pages@v2 # Обновлено с v2 до v4 - вернула 2
8282
env:
83-
github_token: ${{ secrets.GITHUB_TOKEN }}
83+
PERSONAL_TOKEN: ${{ secrets.CI_TOKEN }}
8484
PUBLISH_BRANCH: gh-pages
8585
PUBLISH_DIR: allure-history
8686
continue-on-error: true

0 commit comments

Comments
 (0)