Skip to content

Commit

Permalink
Environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 25, 2024
1 parent 1e0c857 commit b9a0f12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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: ${{ GITHUB_RUN_ID }}

jobs:
build_test:
name: Build and Test
Expand Down Expand Up @@ -65,8 +68,6 @@ jobs:

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

0 comments on commit b9a0f12

Please sign in to comment.