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 b422830ff chore(ci): grant contents write permissions
b422830ff is described below
commit b422830ff92d90f230078ef02e3e08cc0ab6c351
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Aug 20 14:05:38 2024 +0200
chore(ci): grant contents write permissions
---
.github/workflows/nightly-release.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/nightly-release.yml
b/.github/workflows/nightly-release.yml
index 8447014ab..60f88bd08 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -28,6 +28,9 @@ env:
CAMEL_K_TEST_TIMEOUT_LONG: 12m
CAMEL_K_TEST_TIMEOUT_VERY_LONG: 30m
+permissions:
+ contents: write
+
on:
schedule:
- cron: "15 0 * * *"