Skip to content

Commit

Permalink
Update README instructions for validate.yml to not run automerge on…
Browse files Browse the repository at this point in the history
… PRs from forks (#85)

Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Dec 3, 2024
1 parent 50da668 commit d16cad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
target_kind: data
target_path: ./landscape.yml
- uses: pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67 # v0.16.4
if: success()
if: success() && ${{ github.secret_source == 'Actions' }}
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automated-build"
Expand Down

0 comments on commit d16cad3

Please sign in to comment.