Skip to content

Commit

Permalink
change to jesse-test keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 16, 2024
1 parent b2ddf81 commit a863c17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ on:
- 'helm-chart/**'

env:
PROJECT_ID: "polygonlabs-wbutton-dev"
PROJECT_ID: "polygonlabs-devtools-dev"
GAR_LOCATION: "europe-west2"
WIF_PROVIDER: "projects/104168936956/locations/global/workloadIdentityPools/wbutton-test-pool/providers/wbutton-test" # this was hard to find: WIP --> Expand pool --> Click pencil icon
WIF_SERVICE_ACCOUNT: "wbutton-test-github-actions@polygonlabs-wbutton-dev.iam.gserviceaccount.com"
WIF_PROVIDER: "337907489413/locations/global/workloadIdentityPools/devtool-test-pool/providers/github" # this was hard to find: WIP --> Expand pool --> Click pencil icon
WIF_SERVICE_ACCOUNT: "jesse-test@prj-polygonlabs-devtools-dev.iam.gserviceaccount.com"
CRITICAL_COUNT: 5
IMAGE_NAME: "europe-west2-docker.pkg.dev/prj-polygonlabs-shared-dev/polygonlabs-docker-dev/jesse/polygon-cli"

ATTESTOR_PROJECT_ID: "polygonlabs-wbutton-dev"
KEY_RING: "wbutton-test-ring"
KEY: "wbutton-test-binary-auth-key"
ATTESTOR: "wbutton-test-attestor"
ATTESTOR_PROJECT_ID: "polygonlabs-devtools-dev"
KEY_RING: "jesse-test-ring"
KEY: "jesse-test-binary-auth-key"
ATTESTOR: "jesse-test-attestor"

jobs:
build-pipeline:
Expand Down

0 comments on commit a863c17

Please sign in to comment.