From 3d90f3f8b9ffa96698772766adaedc8fd4c5b3b9 Mon Sep 17 00:00:00 2001 From: Stefan Baebler Date: Mon, 4 May 2020 19:30:20 +0200 Subject: [PATCH] secrets to env variables --- .github/workflows/make.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index d8c2a2a..cb07693 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -27,6 +27,9 @@ jobs: # Runs a single command using the runners shell - name: Run make + env: + username: ${{ secrets.egpUsername }} + password: ${{ secrets.egpPassword }} run: make # Runs a set of commands using the runners shell