Skip to content

Commit

Permalink
Add Clojars environment variables to GitHub Actions release job
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Aug 10, 2020
1 parent 672ff16 commit 76cd760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Maven cache
Expand Down

0 comments on commit 76cd760

Please sign in to comment.