Skip to content

Commit

Permalink
Add env vars for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBacon committed Aug 19, 2024
1 parent 699f950 commit 1ff5a01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reuse-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ jobs:
build:

runs-on: ubuntu-latest
env:
JWT_KEY: ''
JWT_ALGORITHM: ''
JWT_EXPIRES_MINUTES: ''
INDICIA_URL: ''
INDICIA_REST_USER: ''
INDICIA_REST_PASSWORD: ''
INDICIA_TAXON_LIST_ID: ''
RULES_REPO: ''
RULES_BRANC: ''
RULES_DIR: ''
RULES_SUBDIR: ''
INITIAL_USER_NAM: ''
INITIAL_USER_PASS: ''

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1ff5a01

Please sign in to comment.