Skip to content

Commit

Permalink
fix(env): experimental re-map of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 30, 2024
1 parent ea92940 commit 2e43f97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
test:
runs-on: ubuntu-22.04
needs: build
env:
stubs__DHLSoap__defaults__ordering__username: $STUBS__DHLSOAP__DEFAULTS__ORDERING__USERNAME
stubs__DHLSoap__defaults__ordering__password: $STUBS__DHLSOAP__DEFAULTS__ORDERING__PASSWORD
stubs__DHLSoap__defaults__tracking__username: $STUBS__DHLSOAP__DEFAULTS__TRACKING__USERNAME
stubs__DHLSoap__defaults__tracking__password: $STUBS__DHLSOAP__DEFAULTS__TRACKING__PASSWORD
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2e43f97

Please sign in to comment.