Skip to content

Commit ef419e5

Browse files
Remove unneeded check for users
1 parent 893874a commit ef419e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/apply-npm-tag-to-version.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
with:
3333
node-version: 'lts/*'
3434

35-
- name: Fail if not one of the permitted users
36-
if: ${{ github.actor != 'stephen-carter-at-sf' && github.actor != 'jfeingold35' && github.actor != 'jag-j' }}
37-
run: |
38-
echo "::error::The user ${{ github.actor }} is not one of the permitted users that may perform this action."
39-
exit 1
40-
4135
- name: Fail if not confirmed
4236
if: ${{ github.event.inputs.confirm != 'true' }}
4337
run: |

0 commit comments

Comments
 (0)