Skip to content

Commit 4fce995

Browse files
committed
X
1 parent 6c0a8ec commit 4fce995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

4646
- run: mkdir -p $HOME/.config/gcloud
47-
- run: echo $CREDS > $HOME/.config/gcloud/application_default_credentials.json
47+
- run: echo ${secrets.CREDS} > $HOME/.config/gcloud/application_default_credentials.json
4848
- run: cat $HOME/.config/gcloud/application_default_credentials.json
4949

5050
# - name: Run tests

0 commit comments

Comments
 (0)