Skip to content

Commit 70db525

Browse files
committed
Use Env
1 parent 0a66710 commit 70db525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
# run: dart analyze
4545

4646
- run: mkdir -p $HOME/.config/gcloud
47-
- run: echo ${{ secrets.CREDS }} > $HOME/.config/gcloud/application_default_credentials.json
47+
- run: echo $CREDS > $HOME/.config/gcloud/application_default_credentials.json
48+
env:
49+
CREDS: ${{ secrets.CREDS }}
4850
- run: cat $HOME/.config/gcloud/application_default_credentials.json
4951

5052
# - name: Run tests

0 commit comments

Comments
 (0)