mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
remove default token
This commit is contained in:
parent
4e7c8dac10
commit
43eae61579
2 changed files with 0 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ inputs:
|
||||||
default: ''
|
default: ''
|
||||||
token:
|
token:
|
||||||
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
||||||
default: 'something'
|
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
#echo $1
|
|
||||||
|
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
echo "No token supplied"
|
echo "No token supplied"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue