Skip to content

Commit

Permalink
Give github actions decryption key
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <[email protected]>
  • Loading branch information
jakexks committed Jun 7, 2021
1 parent 511280a commit 0225083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
run: make test
-
name: Run e2e tests
run: make e2e
run: make e2e
env:
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}

0 comments on commit 0225083

Please sign in to comment.