Skip to content

Commit

Permalink
Adding a new rewrite method
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Dec 11, 2024
1 parent dce5a87 commit 2a98526
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bundle-size-tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
pull_request:
types: [opened, synchronize, reopened]


permissions:
id-token: write
contents: read


jobs:
release:
if: github.repository == 'sourcegraph/cody'
Expand Down Expand Up @@ -36,6 +42,10 @@ jobs:
with:
project_id: 'cody-core-dev'
workload_identity_provider: 'projects/39257127245/locations/global/workloadIdentityPools/github/providers/cody'
create_credentials_file: true
export_environment_variables: true
access_token_lifetime: 3600s
access_token_scopes: https://www.googleapis.com/auth/cloud-platform
- id: create_release
run: echo "::set-output name=version_tag::v13.0.0"
- name: Insert data into BigQuery
Expand Down

0 comments on commit 2a98526

Please sign in to comment.