From 64f9034e4545c7de43397cd7ed8cbec6b1259c4f Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Wed, 23 Jul 2025 15:36:22 +0800 Subject: [PATCH] try github.token instead Signed-off-by: Jonathan Schwender --- .github/workflows/ohos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index 25170c37295..5045a86bb68 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -177,7 +177,7 @@ jobs: env: UNIQUE_ID: '${{ needs.gen-uuids.outputs.build-unique-id }}' TIMEOUT: '600' - GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + GH_TOKEN: '${{ github.token }}' RUN_URL: '/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}' SLEEP_PER_ITERATION: '15' runs-on: ubuntu-latest @@ -250,7 +250,7 @@ jobs: env: UNIQUE_ID: '${{ needs.gen-uuids.outputs.test-unique-id }}' TIMEOUT: '600' - GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + GH_TOKEN: '${{ github.token }}' RUN_URL: '/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}' SLEEP_PER_ITERATION: '15' runs-on: ubuntu-latest @@ -359,7 +359,7 @@ jobs: env: UNIQUE_ID: '${{ needs.gen-uuids.outputs.bench-unique-id }}' TIMEOUT: '600' - GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + GH_TOKEN: '${{ github.token }}' RUN_URL: '/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}' SLEEP_PER_ITERATION: '15' runs-on: ubuntu-latest