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