mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
remove default token
This commit is contained in:
@@ -13,7 +13,6 @@ inputs:
|
||||
default: ''
|
||||
token:
|
||||
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
||||
default: 'something'
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
set -eu
|
||||
|
||||
#echo $1
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "No token supplied"
|
||||
|
||||
Reference in New Issue
Block a user