Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 10, 2023
1 parent c976c69 commit b6f668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $GITHUB_REF != "refs/tags/"* ]]; then
fi

GITHUB_HOST=${GITHUB_SERVER_URL#https://}
REMOTE_URL=https://$INPUTS_TOKEN@$GITHUB_HOST/$GITHUB_REPOSITORY
REMOTE_URL=https://$GH_TOKEN@$GITHUB_HOST/$GITHUB_REPOSITORY

echo "Remote URL: $REMOTE_URL"

Expand Down

0 comments on commit b6f668d

Please sign in to comment.