diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31cce4a10..d65970092 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,8 @@ jobs: build: name: Build Flutter Web env: - my_secret: ${{secrets.commit_secret}} + commit_secret: ${{secrets.commit_secret}} + commit_email: ${{secrets.commit_email}} runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -22,7 +23,7 @@ jobs: cat lib/.env.dart - run: flutter build web --release - run: | - git config --global user.email hillelcoren@gmail.com + git config --global user.email ${{secrets.commit_secret}} git config --global user.name hillelcoren git status