Skip to content

Commit

Permalink
chore: GH actions provide the GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Oct 19, 2020
1 parent 9e513d2 commit f334ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.ReleaseDeployKey }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ fromJson(steps.set_package_info.outputs.packageJson).hosted_path }}
asset_path: ${{ fromJson(steps.set_package_info.outputs.packageJson).staged_tarball }}
Expand Down

0 comments on commit f334ab0

Please sign in to comment.