Skip to content

Commit 1e4fcb4

Browse files
committed
URL には $API_TOKEN_GITHUB を使っていたので再代入
1 parent f589ccd commit 1e4fcb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dt="hello
3333
CLONE_DIR=$(mktemp -d)
3434

3535
echo "Setting git variables"
36-
export GITHUB_TOKEN=${API_TOKEN_GITHUB//$'\n'}
36+
export API_TOKEN_GITHUB=${API_TOKEN_GITHUB//$'\n'}
37+
export GITHUB_TOKEN=$API_TOKEN_GITHUB
3738
git config --global user.email "$INPUT_USER_EMAIL"
3839
git config --global user.name "$INPUT_USER_NAME"
3940

0 commit comments

Comments
 (0)