Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 25, 2024
1 parent b498291 commit 9fb0509
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: "*"

env:
GITHUB_RUN_ID: ${{ env.GITHUB_RUN_ID }}

jobs:
build_test:
name: Build and Test
Expand Down Expand Up @@ -63,10 +66,11 @@ jobs:
workload_identity_provider: "projects/654158993889/locations/global/workloadIdentityPools/github/providers/my-repo"
service_account: github-workload-identity-feder@neural-passkey-248222.iam.gserviceaccount.com

- name: Test
run: echo $GITHUB_RUN_ID

- name: Upload Static Files to CDN
uses: "google-github-actions/upload-cloud-storage@v2"
env:
GITHUB_RUN_ID: ${{ env.GITHUB_RUN_ID }}
with:
path: .
destination: "react.microfrontends.app/people/${{ env.GITHUB_RUN_ID }}/"

0 comments on commit 9fb0509

Please sign in to comment.