Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
another release workflow fix (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrillo-grapl authored Jul 21, 2020
1 parent a0567c3 commit 73c1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grapl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
- name: Upload dgraph-ttl to Github
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.event.release.upload_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.extract-artifacts.outputs.graphql-endpoint }}
Expand Down

0 comments on commit 73c1c0b

Please sign in to comment.