Skip to content

Commit 06e4c9b

Browse files
committed
fix(updater): Remove token syntax echo from validation error message
1 parent 70aad9b commit 06e4c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

updater/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ runs:
127127
echo " 1. Token has not expired"
128128
echo " 2. Token has an expiration date set"
129129
echo " 3. Token has 'repo' and 'workflow' scopes"
130-
echo " 4. Token syntax is correct: "'${{ secrets.TOKEN_NAME }}'"
131130
exit 1
132131
fi
133132
echo "✓ GitHub token is valid and has access to this repository"

0 commit comments

Comments
 (0)