From 8d2a0f37735e71445965f4c932097aa610b40cd2 Mon Sep 17 00:00:00 2001 From: qameta-ci Date: Thu, 21 Dec 2023 17:46:28 +0000 Subject: [PATCH] update 2023-12-21T17:46:28 --- .github/workflows/allure-report.yml | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/allure-report.yml b/.github/workflows/allure-report.yml index 68755b8..259d991 100644 --- a/.github/workflows/allure-report.yml +++ b/.github/workflows/allure-report.yml @@ -1,5 +1,5 @@ name: Allure Report -run-name: $ is creating Allure report 🚀 +run-name: ${{ github.actor }} is creating Allure report 🚀 on: push: @@ -44,6 +44,6 @@ jobs: if: always() uses: peaceiris/actions-gh-pages@v3.9.3 with: - personal_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: allure-history diff --git a/build.gradle.kts b/build.gradle.kts index 6ecadf6..0674cd7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ version = "1.0-SNAPSHOT" val allureVersion = "2.25.0" val aspectJVersion = "1.9.21" -val kotlinVersion = "1.9.21" +val kotlinVersion = "1.9.22" java { toolchain {