diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 9d7316c..2cbbfa4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -50,12 +50,13 @@ jobs: if: github.event_name == 'pull_request' uses: actions/github-script@v7 with: + github-token: ${{ secrets.TOKEN_GITHUB }} script: | github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'Test server functionality passed ✅' + body: 'Test server functionality passed ✅ with total CI time: ${{ github.run_duration }}' }); deploy-docusaurus: