Skip to content

Commit

Permalink
chore: remove leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed Oct 4, 2024
1 parent 8199f5f commit 140cbf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: auth
uses: google-github-actions/auth@v1
with:
workload_identity_provider: /projects/791837997629/locations/global/workloadIdentityPools/github-actions-pool/providers/gha-id-pool-provider
workload_identity_provider: projects/791837997629/locations/global/workloadIdentityPools/github-actions-pool/providers/gha-id-pool-provider
service_account: [email protected]

- name: "Auth to AR"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ out/
/.env

# generated client
client/
client/
/infra/.terraform/providers/registry.terraform.io/hashicorp/google/6.5.0/darwin_arm64/terraform-provider-google_v6.5.0_x5

0 comments on commit 140cbf5

Please sign in to comment.