You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/11 12:06:09 UTC

[camel] branch main updated: INFRA-22713: pre-work for accessing the secrets

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 393f7b3  INFRA-22713: pre-work for accessing the secrets
393f7b3 is described below

commit 393f7b31d9c0d1b0abcb60b568e8162e7621cc27
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Tue Jan 11 13:05:29 2022 +0100

    INFRA-22713: pre-work for accessing the secrets
---
 .github/workflows/master-pr-build.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 666d65c..f0630c4 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -21,6 +21,10 @@ on:
   pull_request:
     branches:
       - main
+env:
+  GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
+  SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
+  SONARCLOUD_TOKEN: '${{ secrets.SONARCLOUD_TOKEN }}'
 jobs:
   checkstyle:
     runs-on: ubuntu-latest