Skip to content

Commit

Permalink
Permitting publishMicrosite to access secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Mar 31, 2021
1 parent c82ae60 commit 6dae2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Update website
env:
MICROSITE_PUBLISH_TOKEN: ${{ secrets.MICROSITE_PUBLISH_TOKEN }}
run: sbt microsite/makeMicrosite microsite/publishMicrosite

0 comments on commit 6dae2c9

Please sign in to comment.