Skip to content

Commit f6931a9

Browse files
authored
Update actor list for publish action (#226)
1 parent 3ad2d74 commit f6931a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-registry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
env:
1717
ALLOWED_ACTORS: |
1818
gautambaghel
19+
jrhouston
20+
jaylonmcshan19-x
1921
run: |
2022
if ! grep -Fxq "${GITHUB_ACTOR}" <<< "${ALLOWED_ACTORS}"; then
2123
echo "github.actor '${GITHUB_ACTOR}' is not authorized to run this workflow."

0 commit comments

Comments
 (0)