Skip to content

Commit

Permalink
trying to set environment variables within yml build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeshero committed Aug 12, 2024
1 parent 6dcf94b commit 0127b23
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# To ensure global availability of logger information for pagefinder search
env:
LOG_LEVEL: debug
LOG_FORMAT: simple


# Allow this job to clone the repo and create a page deployment
permissions:
Expand All @@ -23,6 +20,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
# To ensure global availability of logger information for pagefinder search
env:
LOG_LEVEL: debug
LOG_FORMAT: simple
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
Expand Down

0 comments on commit 0127b23

Please sign in to comment.