Skip to content

Commit

Permalink
Don't leak google token
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Feb 5, 2017
1 parent 64602b4 commit c1c178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DATE=`date +%Y-%m-%d`
SPREADSHEET=1ZE5B4qJw1kNGMzjgslcWTuPYrpatzQJXSYMGNOhZ2ys
TABLE=Data

curl -v --request POST \
curl --request POST \
--url "https://sheets.googleapis.com/v4/spreadsheets/$SPREADSHEET/values/$TABLE:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS" \
--header "authorization: Bearer $GOOGLE_OAUTH_TOKEN" \
--header 'content-type: application/json' \
Expand Down

0 comments on commit c1c178d

Please sign in to comment.