Skip to content

Commit

Permalink
secrets to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 4, 2020
1 parent fae6ec8 commit 3d90f3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d90f3f

Please sign in to comment.