This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 8803d56 Add write permission to `deploy` job
8803d56 is described below
commit 8803d5676da0191402068cc04a0578f40db223c4
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue May 2 20:25:47 2023 +0200
Add write permission to `deploy` job
---
.github/workflows/build.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0273d4c..7215651 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -111,6 +111,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: github.repository == 'apache/logging-log4j-transform' && (github.ref
== 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
+ permissions:
+ contents: write
steps: