diff --git a/.github/workflows/rostest_to_release.yml b/.github/workflows/rostest_to_release.yml index f501702edd..c7f8a4075b 100644 --- a/.github/workflows/rostest_to_release.yml +++ b/.github/workflows/rostest_to_release.yml @@ -130,7 +130,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PUSH_TOKEN }} publish_dir: /tmp/coverage_html allow_empty_commit: true force_orphan: true