diff --git a/.github/workflows/devRun.yml b/.github/workflows/devRun.yml index 10244cd79..74a5e9a68 100644 --- a/.github/workflows/devRun.yml +++ b/.github/workflows/devRun.yml @@ -9,6 +9,10 @@ on: - '**/*.lock' - '.github/workflows/devRun.yml' +permissions: + contents: write + pages: write + jobs: merge_test: timeout-minutes: 15 @@ -60,7 +64,7 @@ jobs: echo CHROME_VERSION=$(google-chrome --product-version) } >> environment.properties - name: Generate Allure Report - uses: simple-elf/allure-report-action@master + uses: simple-elf/allure-report-action@v1.12 if: always() id: allure-report with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 23f607d12..0e7134e02 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,6 +16,10 @@ on: default: 2 type: number +permissions: + contents: write + pages: write + jobs: setup-matrix: runs-on: ubuntu-latest @@ -113,7 +117,7 @@ jobs: if: contains(needs.*.result, 'failure') run: echo ARTIFACT_URL=${{ steps.merged-artifact-upload.outputs.artifact-url }} >> environment.properties - name: Generate Allure Report - uses: simple-elf/allure-report-action@master + uses: simple-elf/allure-report-action@v1.12 if: always() id: allure-report with: