Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed May 23, 2024
1 parent 5d12758 commit 393a908
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: 'actions/checkout@v4'

- id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v2.1.3'
with:
project_id: 'probcomp-caliban'
workload_identity_provider: 'projects/110275315150/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Initial setup was performed as follows:
To use in another repo, create an additional IAM entry, modifying the principal above with your desired repository name.
## Blocked
Currently unable to deploy to app engine, probably due to this issue:
https://github.com/firebase/firebase-admin-node/issues/1377
6 changes: 4 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ handlers:
upload: favicon\.ico

- url: /
static_dir: public

static_files: public/index.html
upload: public/index.html
- url: /.*
static_dir: public
- url: /.*
secure: always
redirect_http_response_code: 301
Expand Down

0 comments on commit 393a908

Please sign in to comment.