Skip to content

Commit

Permalink
Switch to using a different action secret, because implicit one does …
Browse files Browse the repository at this point in the history
…not work for forks
  • Loading branch information
dennislapchenko committed Mar 18, 2023
1 parent 0b8401d commit d4d1c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Create the release
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.GH_TOKEN }}"
prerelease: false
files: |
build/${{ steps.get_version.outputs.VERSION }}/*

0 comments on commit d4d1c67

Please sign in to comment.