This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 10aa235a540 chore(build): fix github token
10aa235a540 is described below

commit 10aa235a540a1266c310413831414e568fbe7e08
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 30 17:51:30 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 27cb745799c..988a0ae48ac 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

Reply via email to