Skip to content

Commit

Permalink
Pass artifactory secrets to workflow. (#82)
Browse files Browse the repository at this point in the history
I forgot github secrets are not visible to the workflow environment unless explicitly set.
  • Loading branch information
John Plaisted authored Feb 26, 2021
1 parent 2cffc17 commit cafdff8
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 @@ -21,3 +21,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
ARTIFACTORY_KEY: ${{ secrets.ARTIFACTORY_KEY }}

0 comments on commit cafdff8

Please sign in to comment.