From d51c4f30a8840d4c8be424a37152a5f19bd04299 Mon Sep 17 00:00:00 2001 From: boxanm Date: Tue, 7 May 2024 13:54:47 -0400 Subject: [PATCH] Update GH_TOKEN --- .github/workflows/update-API-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-API-documentation.yaml b/.github/workflows/update-API-documentation.yaml index e6e2dabc..5c028e1c 100644 --- a/.github/workflows/update-API-documentation.yaml +++ b/.github/workflows/update-API-documentation.yaml @@ -74,5 +74,5 @@ jobs: run: | gh pr create --repo norlab-ulaval/norlab-ulaval.github.io -B master -H update-libpointmatcher-docs --title 'Update documentation for new release' --body 'Automated documentation update for new release from libpointmatcher' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}