This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main-staging by this push:
new f704a78 NIFI-10601 Added write permissions to build workflow
f704a78 is described below
commit f704a784733432c15d6a2e3f2d2defa43a573dae
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