Skip to content

Commit ac38c6a

Browse files
authored
Do not require admin for publish changelog action (#562)
1 parent f91d95a commit ac38c6a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/publish-changelog/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ inputs:
1414
description: "If set, do not make a PR"
1515
default: "false"
1616
required: false
17-
admin_check:
18-
description: "Check if the user is a repo admin"
19-
required: false
20-
default: "true"
2117
shell:
2218
description: "The shell being used for the action steps"
2319
required: false
@@ -45,7 +41,7 @@ runs:
4541
export RH_BRANCH=${{ inputs.branch }}
4642
fi
4743
export RH_DRY_RUN=${{ inputs.dry_run }}
48-
export RH_ADMIN_CHECK=${{ inputs.admin_check }}
44+
export RH_ADMIN_CHECK=false
4945
5046
python -m jupyter_releaser.actions.publish_changelog
5147

0 commit comments

Comments
 (0)