Add org to team affiliation check (#3380)

This commit is contained in:
Dennis Bartlett
2025-05-08 00:01:42 -05:00
committed by GitHub
parent 7e5cd52864
commit 20f19917d3
2 changed files with 6 additions and 0 deletions
@@ -33,6 +33,7 @@ jobs:
uses: morfien101/actions-authorized-user@4a3cfbf0bcb3cafe4a71710a278920c5d94bb38b
with:
username: ${{ github.actor }}
org: ${{ github.repo_owner }}
team: "Deployer"
github_token: ${{ secrets.GITHUB_TOKEN }}