Skip to content

Commit

Permalink
Merge pull request #41 from FalkorDB/gkorland-patch-1
Browse files Browse the repository at this point in the history
fix #40 - don't content on external PRs
  • Loading branch information
gkorland authored Apr 15, 2024
2 parents a1ed327 + 288e5ea commit 1fa6736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
pull_request:
branches: [ "master" ]

permissions:
contents: write


jobs:
build:

Expand Down Expand Up @@ -47,5 +51,6 @@ jobs:

# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
if: github.token.permissions.contents == 'write'
uses: advanced-security/[email protected]

0 comments on commit 1fa6736

Please sign in to comment.