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

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


The following commit(s) were added to refs/heads/main by this push:
     new 78724af99 fix(ci): github token
78724af99 is described below

commit 78724af996658a68d1847f6218041e252dad7950
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Jul 14 09:38:15 2023 +0200

    fix(ci): github token
---
 .github/workflows/nightly-automatic-updates.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/nightly-automatic-updates.yml 
b/.github/workflows/nightly-automatic-updates.yml
index 3d2839154..9faf1eda1 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -17,6 +17,9 @@
 
 name: Nightly automatic updates
 
+env:
+  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
 on:
   schedule:
     - cron:  '30 23 * * *'

Reply via email to