Skip to content

Commit b6f668d

Browse files
authored
Update entrypoint.sh
1 parent c976c69 commit b6f668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ $GITHUB_REF != "refs/tags/"* ]]; then
88
fi
99

1010
GITHUB_HOST=${GITHUB_SERVER_URL#https://}
11-
REMOTE_URL=https://$INPUTS_TOKEN@$GITHUB_HOST/$GITHUB_REPOSITORY
11+
REMOTE_URL=https://$GH_TOKEN@$GITHUB_HOST/$GITHUB_REPOSITORY
1212

1313
echo "Remote URL: $REMOTE_URL"
1414

0 commit comments

Comments
 (0)