Skip to content

Commit

Permalink
Use the right secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jul 31, 2020
1 parent 7235e1a commit c940329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
with:
name: jars
path: build/libs/*.jar
- name: Upload gradle-strcuturizr-cli.jar
- name: Upload artifacts to the release
if: ${{ matrix.gradle-version == 'current' && github.event_name == 'release' }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/libs/gradle-structurizr-cli-${{ env.BUILD_VERSION }}.jar
Expand Down

0 comments on commit c940329

Please sign in to comment.