description
'Content of ~/.skicka.tokencache.json
created by the skicka
command'
required
true
description
'The path where the files to upload are located'
default
'./'
required
false
description
'The path where the files to be uploaded is located'
required
true
description
'Whether to delete files that do not exist locally'
default
'true'
required
false
description
Your Google Drive API client ID
required
true
description
Your Google Drive API client secret
required
true
- uses: mkrakowitzer/actions-googledrive@master
with:
upload-from: ./tmp
upload-to: IRL-L2-Support/platform-architecture-docs
skicka-tokencache-json: ${{ secrets.FOO }}
google-client-id: ${{ secrets.BAR }}
google-client-secret: ${{ secrets.BAZ }}
Original code from https://github.com/satackey/action-google-drive