We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f0164 commit a917993Copy full SHA for a917993
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
run: bundle exec rake test_ci
29
env:
30
GOOGLE_DRIVE_TEST_SPREADSHEET_ID: ${{ secrets.GOOGLE_DRIVE_TEST_SPREADSHEET_ID }}
31
+ DST_GOOGLE_DRIVE_TEST_SPREADSHEET_ID: ${{ secrets.DST_GOOGLE_DRIVE_TEST_SPREADSHEET_ID }}
32
33
- name: Run bundler-audit
34
run: |
0 commit comments