This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new 018ae81 NIFI-10601 Added write permissions to build workflow
018ae81 is described below
commit 018ae81006177d7872ea84184d5696437791b685
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Oct 6 14:25:40 2022 -0500
NIFI-10601 Added write permissions to build workflow
---
.github/workflows/build.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aaad7cf..44c683e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,6 +9,9 @@ on:
env:
PUBLISH_DIRECTORY: public
+permissions:
+ contents: write
+
jobs:
build:
runs-on: ubuntu-latest