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 e8869a9 commit 8bf2c09Copy full SHA for 8bf2c09
.github/workflows/check.yml
@@ -20,8 +20,7 @@ jobs:
20
# Caches dependencies for rust (debug or test), does not cache increments
21
uses: andreievg/rust-cache-cloud@v1
22
with:
23
- # ${{ secrets.GDRIVE }}
24
- google_drive_keys: 'ABC'
+ google_drive_keys: ${{ secrets.GDRIVE }}
25
google_drive_folder_id: '1m3jO_1J_dWFqdi3ZmBAEsR3NiyfbnWD_'
26
27
0 commit comments