Skip to content

Commit

Permalink
chore: udpate to newer proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed Sep 2, 2022
1 parent 21fe0b3 commit 30b238f
Show file tree
Hide file tree
Showing 8 changed files with 3,121 additions and 1,418 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
BIGQUERY_TABLE: jarvis-dev-268314.deployment_analytics.deployment_events

permissions:
contents: "read"
id-token: "write"
contents: read
id-token: write

jobs:
release-please:
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
uses: google-github-actions/auth@v0
if: ${{ always() }}
with:
workload_identity_provider: "projects/699926043561/locations/global/workloadIdentityPools/github-dev/providers/github-dev-provider"
service_account: "jarvis-sdk-go@jarvis-dev-268314.iam.gserviceaccount.com"
workload_identity_provider: projects/699926043561/locations/global/workloadIdentityPools/github-dev/providers/github-dev-provider
service_account: jarvis-sdk-go@jarvis-dev-268314.iam.gserviceaccount.com

- name: Publish Deployment Metadata
if: ${{ always() }}
Expand Down
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ cover: test
generate-proto:
@buf generate buf.build/indykite/indykiteapis
@go generate
@make goimports
2,723 changes: 1,390 additions & 1,333 deletions gen/indykite/config/v1beta1/model.pb.go

Large diffs are not rendered by default.

102 changes: 99 additions & 3 deletions gen/indykite/config/v1beta1/model.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30b238f

Please sign in to comment.