Skip to content

Commit

Permalink
Use google-github-actions, include -datasette repos
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 4, 2020
1 parent 65aa2d7 commit bd1b0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
select full_name from repos
where (
full_name like 'simonw/datasette%'
or full_name like 'simonw/%-datasette'
or full_name like 'simonw/sqlite-%'
or full_name like '%-to-sqlite'
or full_name like '%/dogsheep%'
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
time_limit: 3.0
' > metadata.yml
- name: Set up Cloud Run
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
version: '275.0.0'
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down

1 comment on commit bd1b0e7

@simonw
Copy link
Owner Author

@simonw simonw commented on bd1b0e7 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #19

Please sign in to comment.