Skip to content

Commit

Permalink
feat: add env varibales from github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
wantedsystem committed Apr 17, 2023
1 parent bb92289 commit 3718b5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Docker Image
on:
push:
branches:
- develop
- feat/add-env-var-from-github-secret
pull_request:
release:
types:
- released
env:
L1_PROVIDER_URL: ${{ secrets.L1_PROVIDER_URL }}
L2_PROVIDER_URL: ${{ secrets.L2_PROVIDER_URL }}
L2_RESOLVER_ADDRESS: ${{ secrets.L2_RESOLVER_ADDRESS }}

jobs:
publish:
Expand Down

0 comments on commit 3718b5c

Please sign in to comment.