Skip to content

Commit 37676c4

Browse files
authored
chore(scripts): remove remaining gh_auth calls from release scripts (#13485)
1 parent 7995d7c commit 37676c4

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

scripts/release/check_commit_metadata.sh

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ range="${from_ref}..${to_ref}"
3131
# Check dependencies.
3232
dependencies gh
3333

34-
# Authenticate gh CLI
35-
gh_auth
36-
3734
COMMIT_METADATA_BREAKING=0
3835
declare -a COMMIT_METADATA_COMMITS
3936
declare -A COMMIT_METADATA_TITLE COMMIT_METADATA_HUMAN_TITLE COMMIT_METADATA_CATEGORY COMMIT_METADATA_AUTHORS

scripts/release/generate_release_notes.sh

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ done
5757
# Check dependencies.
5858
dependencies gh sort
5959

60-
# Authticate gh CLI
61-
gh_auth
62-
6360
if [[ -z ${old_version} ]]; then
6461
error "No old version specified"
6562
fi

scripts/release/publish.sh

-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ done
7171
# Check dependencies
7272
dependencies gh
7373

74-
# Authenticate gh CLI
75-
gh_auth
76-
7774
# Remove the "v" prefix.
7875
version="${version#v}"
7976
if [[ "$version" == "" ]]; then

0 commit comments

Comments
 (0)