[gh actions] fixed typo

This commit is contained in:
Sam Schott 2021-09-10 21:55:09 +01:00
parent 245abb8f97
commit a6f4f065b8

View File

@ -100,7 +100,7 @@ jobs:
- name: Get short-lived Dropbox token
# We generate a short-lived auth token which is passed to the test runner as
# an environment variable. At no point does the test code, potentially from a
# malicious PR, get access to a long lived token.
# malicious PR, get access to a long-lived token.
run: |
auth_result=$(curl https://api.dropbox.com/oauth2/token \
-d grant_type=refresh_token \