Skip to content

Commit ebdc749

Browse files
committed
fix CI configuration
1 parent 2def94b commit ebdc749

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
2525
run: |
2626
echo "$GCP_SA_KEY" > "$RUNNER_TEMP/key.json"
27+
echo "GOOGLE_APPLICATION_CREDENTIALS=$RUNNER_TEMP/key.json" >> $GITHUB_ENV
2728
2829
# - name: Run DVC Pipeline
2930
# env:

0 commit comments

Comments
 (0)