We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b661c0e commit e8869a9Copy full SHA for e8869a9
.github/workflows/check.yml
@@ -20,7 +20,8 @@ jobs:
20
# Caches dependencies for rust (debug or test), does not cache increments
21
uses: andreievg/rust-cache-cloud@v1
22
with:
23
- google_drive_keys: ${{ secrets.GDRIVE }}
+ # ${{ secrets.GDRIVE }}
24
+ google_drive_keys: 'ABC'
25
google_drive_folder_id: '1m3jO_1J_dWFqdi3ZmBAEsR3NiyfbnWD_'
26
27
0 commit comments