Skip to content

Commit

Permalink
Add write permission to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed May 2, 2023
1 parent 78f1e3d commit 8803d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8803d56

Please sign in to comment.