Skip to content

Commit 5d57021

Browse files
committed
Fix typo in secret reference
1 parent 42a6441 commit 5d57021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
echo 'type = drive'
133133
echo 'scope = drive.file'
134134
echo 'service_account_file = ./gdrive-service-account'
135-
echo 'root_folder_id = ${{ GOOGLE_DRIVE_FOLDER_ID }}'
135+
echo 'root_folder_id = ${{ secrets.GOOGLE_DRIVE_FOLDER_ID }}'
136136
) > rclone.conf
137137
138138
- name: Upload

0 commit comments

Comments
 (0)