Skip to content

Commit

Permalink
Support for bearer token auth, in addition to basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
distributhor committed Nov 4, 2023
1 parent d3ff74e commit 50bd7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

if [ -n "$INPUT_WEBHOOK_AUTH_TYPE" ]; then
webhook_auth_type=$INPUT_WEBHOOK_AUTH_TYPE
elif [ -n "$WEBHOOK_AUTH" ]; then
elif [ -n "$WEBHOOK_AUTH_TYPE" ]; then
webhook_auth_type=$WEBHOOK_AUTH_TYPE
fi

Expand Down

0 comments on commit 50bd7b9

Please sign in to comment.