Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ if [[ -n "$input_token" ]]; then
GITHUB_TOKEN="$input_token"
sed -i '' '/^GITHUB_TOKEN=/d' $HOME/environment/environment.zsh
echo "GITHUB_TOKEN=${GITHUB_TOKEN}" >> $HOME/environment/environment.zsh
sed -i '' '/^GITHUB_PACKAGES_TOKEN=/d' $HOME/environment/environment.zsh
echo "GITHUB_PACKAGES_TOKEN=\$GITHUB_TOKEN" >> $HOME/environment/environment.zsh
elif [[ -z "$current_token" ]]; then
echo "ERROR: GITHUB_TOKEN is required"
exit 1
Expand Down