mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
try github.token instead
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
99861945d4
commit
64f9034e45
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ohos.yml
vendored
6
.github/workflows/ohos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue