Skip to content

Commit 3a258e1

Browse files
Allow ashfame to run self-hosted package release workflow (#22)
## Motivation for the change, related issues @ashfame is working on Playground for Studio and needs to be able to release package updates. ## Implementation details Add the right username to the release-and-deploy workflow. ## Testing Instructions (or ideally a Blueprint) This is a simple change, and we will test the next time the workflow is run.
1 parent 097eda9 commit 3a258e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-self-hosted-package-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
github.actor == 'dmsnell' ||
2424
github.actor == 'bgrgicak' ||
2525
github.actor == 'brandonpayton' ||
26-
github.actor == 'zaerl'
26+
github.actor == 'zaerl' ||
27+
github.actor == 'ashfame'
2728
)
2829
2930
# Specify runner + deployment step

0 commit comments

Comments
 (0)