This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-spring-boot-4.8.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.8.x by this push: new 7b0bdb9751b chore(build): fix github token 7b0bdb9751b is described below commit 7b0bdb9751b23eef25fb7a703cad4696864b7ba7 Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Wed Oct 30 17:52:09 2024 +0100 chore(build): fix github token --- .github/workflows/pr-build-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml index 10fc9fd88cb..c626f308ace 100644 --- a/.github/workflows/pr-build-main.yml +++ b/.github/workflows/pr-build-main.yml @@ -47,7 +47,7 @@ jobs: with: mode: test pr-id: ${{ github.event.number }} - github-token: ${{ env.GITHUB_TOKEN_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} skip-mvnd-install: 'false' github-repo: apache/camel-spring-boot - name: Archive Logs