From 5bb3c29fbc42fa9f66d699a90150130d86a0cce9 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Mon, 9 Dec 2024 10:15:34 +0100 Subject: [PATCH] updated tokens --- .github/workflows/rostest_to_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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