Skip to content

Commit e0d177b

Browse files
committed
feat: added support for authenticating API requests
1 parent 97f24e2 commit e0d177b

8 files changed

Lines changed: 198873 additions & 208246 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ inputs:
88
http_url:
99
description: 'A URL containing data to fetch.'
1010
required: false
11+
authorization:
12+
description: 'A string to send as a header for authorizing API requests.'
13+
required: false
1114
sql_connstring:
1215
description: 'A connection string for making a SQL query.'
1316
required: false

dist/LICENSE

Lines changed: 150 additions & 928 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)