Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
Security
scripts
Merge requests
!2
GH_TOKEN is always empty string as initialized
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GH_TOKEN is always empty string as initialized
fix-gh_token
into
main
Overview
0
Commits
1
Changes
1
Merged
Mikaël Barbero
requested to merge
fix-gh_token
into
main
2 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9f97375e
1 commit,
2 years ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
github/github-membership.sh
+
1
−
2
Options
@@ -48,7 +48,6 @@ Options:
}
ACTION
=
""
GH_TOKEN
=
""
while
getopts
"apj"
opt
;
do
case
"
${
opt
}
"
in
@@ -75,7 +74,7 @@ fi
shift
$((
OPTIND-1
))
if
[
-z
"
$GH_TOKEN
"
]
;
then
if
[
[
-z
"
$
{
GH_TOKEN
:-}
"
]
]
;
then
read
-p
"Enter your GitHub token: "
-r
GH_TOKEN
export
GH_TOKEN
fi
Loading